Started GET “/” for 127.0.0.1 at 2018-03-10 07:12:21 +0200 Processing by Rails::WelcomeController#index as HTML
Rendering /Library/Ruby/Gems/2.3.0/gems/railties-5.1.5/lib/rails/templates/rails/welcome/index.html.erb Rendered /Library/Ruby/Gems/2.3.0/gems/railties-5.1.5/lib/rails/templates/rails/welcome/index.html.erb (9.8ms)
Completed 200 OK in 695ms (Views: 28.1ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 07:15:26 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.3ms)
Completed 500 Internal Server Error in 7839ms
ActionView::Template::Error (couldn't find file 'jquery3' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/popper_js-1.12.9/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-4.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-4.0.0/assets/javascripts): 4: <meta name="viewport" content="width=device-width, initial-scale=1.0"> 5: <title><%= content_for?(:title) ? yield(:title) : "Cash Flosum" %></title> 6: <meta name="description" content="<%= content_for?(:description) ? yield(:description) : "Cash Flosum" %>"> 7: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 8: <%= javascript_include_tag 'application', 'data-turbolinks-track' => 'reload' %> 9: <%= csrf_meta_tags %> 10: </head>
app/assets/javascripts/application.js:13 app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__72514245763174784_70292094928540' Started GET “/” for 127.0.0.1 at 2018-03-10 07:17:59 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.8ms) Rendered layouts/_navigation_links.html.erb (0.7ms) Rendered layouts/_navigation.html.erb (8.4ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 6275ms (Views: 5644.8ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 07:28:19 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (17.3ms) Rendered layouts/_navigation_links.html.erb (705.2ms) Rendered layouts/_navigation.html.erb (718.6ms)
Completed 500 Internal Server Error in 1173ms
ActionView::Template::Error (undefined local variable or method `static_pages' for #<#<Class:0x007faa0f470db8>:0x007faa0f74fed0> Did you mean? static_pages_About_url):
1: <%# add navigation links to this file %> 2: <%= link_to 'Home', static_pages/Welcome %>
app/views/layouts/_navigation_links.html.erb:2:in `_app_views_layouts__navigation_links_html_erb___4265689569885675400_70184231323980' app/views/layouts/_navigation.html.erb:14:in `_app_views_layouts__navigation_html_erb__2625316516493164545_70184240956740' app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb___2484145286697310246_70184190507460' Started GET “/” for 127.0.0.1 at 2018-03-10 07:28:43 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.4ms) Rendered layouts/_navigation_links.html.erb (311.8ms) Rendered layouts/_navigation.html.erb (316.1ms)
Completed 500 Internal Server Error in 456ms
ActionView::Template::Error (undefined local variable or method `static_pages_welcome_url' for #<#<Class:0x007faa0f470db8>:0x007faa1017b350> Did you mean? static_pages_Welcome_url
static_pages_Welcome_path
static_pages_Contact_url
static_pages_About_url):
1: <%# add navigation links to this file %>
2: <%= link_to 'Home', static_pages_welcome_url %>
app/views/layouts/_navigation_links.html.erb:2:in `_app_views_layouts__navigation_links_html_erb___4265689569885675400_70184218948420' app/views/layouts/_navigation.html.erb:14:in `_app_views_layouts__navigation_html_erb__2625316516493164545_70184256528000' app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb___2484145286697310246_70184249229340' Started GET “/” for 127.0.0.1 at 2018-03-10 07:29:12 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms) Rendered layouts/_navigation_links.html.erb (1.0ms) Rendered layouts/_navigation.html.erb (3.8ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 166ms (Views: 159.1ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 07:30:54 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (6.4ms) Rendered layouts/_navigation_links.html.erb (1.5ms) Rendered layouts/_navigation.html.erb (9.9ms) Rendered layouts/_messages.html.erb (1.8ms)
Completed 200 OK in 386ms (Views: 371.7ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 07:31:06 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms) Rendered layouts/_navigation_links.html.erb (1.4ms) Rendered layouts/_navigation.html.erb (6.4ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 167ms (Views: 164.5ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 07:31:15 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms) Rendered layouts/_navigation_links.html.erb (0.6ms) Rendered layouts/_navigation.html.erb (3.1ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 95ms (Views: 90.0ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 07:39:11 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.8ms)
Completed 500 Internal Server Error in 922ms
ActionView::Template::Error (Invalid CSS after “…-light :#ccd3d9”: expected selector or at-rule, was “.navbar-dark {”):
4: <meta name="viewport" content="width=device-width, initial-scale=1.0"> 5: <title><%= content_for?(:title) ? yield(:title) : "Cash Flosum" %></title> 6: <meta name="description" content="<%= content_for?(:description) ? yield(:description) : "Cash Flosum" %>"> 7: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 8: <%= javascript_include_tag 'application', 'data-turbolinks-track' => 'reload' %> 9: <%= csrf_meta_tags %> 10: </head>
app/assets/stylesheets/customs.scss:6 app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb___2484145286697310246_70184231854560' Started GET “/” for 127.0.0.1 at 2018-03-10 07:39:30 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (1.3ms) Rendered layouts/_navigation_links.html.erb (1.0ms) Rendered layouts/_navigation.html.erb (5.5ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 1114ms (Views: 1107.8ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 07:39:38 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation_links.html.erb (0.5ms) Rendered layouts/_navigation.html.erb (2.9ms) Rendered layouts/_messages.html.erb (0.5ms)
Completed 200 OK in 88ms (Views: 85.5ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 07:43:35 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.6ms) Rendered layouts/_navigation_links.html.erb (1.7ms) Rendered layouts/_navigation.html.erb (10.1ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 652ms (Views: 641.5ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 07:46:20 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (5.9ms) Rendered layouts/_navigation_links.html.erb (1.1ms) Rendered layouts/_navigation.html.erb (7.5ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 3821ms (Views: 3802.1ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 07:48:18 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (7.2ms) Rendered layouts/_navigation_links.html.erb (2.7ms) Rendered layouts/_navigation.html.erb (11.0ms) Rendered layouts/_messages.html.erb (3.0ms)
Completed 200 OK in 324ms (Views: 310.4ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 07:49:04 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation_links.html.erb (1.1ms) Rendered layouts/_navigation.html.erb (6.0ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 170ms (Views: 164.7ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 07:50:43 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.6ms) Rendered layouts/_navigation_links.html.erb (4.4ms) Rendered layouts/_navigation.html.erb (9.1ms) Rendered layouts/_messages.html.erb (2.0ms)
Completed 200 OK in 264ms (Views: 252.5ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 07:50:59 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (1.0ms) Rendered layouts/_navigation_links.html.erb (1.1ms) Rendered layouts/_navigation.html.erb (6.4ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 290ms (Views: 284.6ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-10 07:51:08 +0200 Processing by StaticPagesController#About as HTML
Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (1.1ms) Rendered layouts/_navigation_links.html.erb (0.8ms) Rendered layouts/_navigation.html.erb (6.0ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 183ms (Views: 171.9ms)
Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-10 07:51:10 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (1.5ms) Rendered layouts/_navigation_links.html.erb (0.7ms) Rendered layouts/_navigation.html.erb (4.0ms) Rendered layouts/_messages.html.erb (0.5ms)
Completed 200 OK in 156ms (Views: 148.2ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-10 07:51:11 +0200 Processing by StaticPagesController#About as HTML
Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (0.7ms) Rendered layouts/_navigation_links.html.erb (0.7ms) Rendered layouts/_navigation.html.erb (3.1ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 124ms (Views: 117.1ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-10 07:52:32 +0200 Processing by StaticPagesController#About as HTML
Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (0.4ms) Rendered layouts/_navigation_links.html.erb (1.1ms) Rendered layouts/_navigation.html.erb (7.9ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 156ms (Views: 148.4ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-10 07:52:33 +0200 Processing by StaticPagesController#About as HTML
Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (0.4ms) Rendered layouts/_navigation_links.html.erb (0.7ms) Rendered layouts/_navigation.html.erb (3.6ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 83ms (Views: 80.8ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-10 07:54:48 +0200 Processing by StaticPagesController#About as HTML
Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (2.8ms) Rendered layouts/_navigation_links.html.erb (2.3ms) Rendered layouts/_navigation.html.erb (7.1ms) Rendered layouts/_messages.html.erb (1.7ms)
Completed 200 OK in 4036ms (Views: 4018.4ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-10 07:57:14 +0200 Processing by StaticPagesController#About as HTML
Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (4.1ms) Rendered layouts/_navigation_links.html.erb (3.5ms) Rendered layouts/_navigation.html.erb (10.3ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 4019ms (Views: 4006.8ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-10 07:58:23 +0200 Processing by StaticPagesController#About as HTML
Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation_links.html.erb (1.2ms) Rendered layouts/_navigation.html.erb (6.6ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 3697ms (Views: 3691.9ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-10 07:58:33 +0200 Processing by StaticPagesController#About as HTML
Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (0.4ms) Rendered layouts/_navigation_links.html.erb (1.5ms) Rendered layouts/_navigation.html.erb (8.6ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 2839ms (Views: 2835.5ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 08:01:34 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.8ms)
Completed 500 Internal Server Error in 2706ms
ActionView::Template::Error (File to import not found or unreadable: _customs. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/popper_js-1.12.9/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-4.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-4.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-4.0.0/assets/stylesheets): 4: <meta name="viewport" content="width=device-width, initial-scale=1.0"> 5: <title><%= content_for?(:title) ? yield(:title) : "Cash Flosum" %></title> 6: <meta name="description" content="<%= content_for?(:description) ? yield(:description) : "Cash Flosum" %>"> 7: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 8: <%= javascript_include_tag 'application', 'data-turbolinks-track' => 'reload' %> 9: <%= csrf_meta_tags %> 10: </head>
app/assets/stylesheets/application.css.scss:17 app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb___2187457360853805378_70286407570560' Started GET “/” for 127.0.0.1 at 2018-03-10 08:01:37 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms)
Completed 500 Internal Server Error in 1153ms
ActionView::Template::Error (File to import not found or unreadable: _customs. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/popper_js-1.12.9/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-4.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-4.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-4.0.0/assets/stylesheets): 4: <meta name="viewport" content="width=device-width, initial-scale=1.0"> 5: <title><%= content_for?(:title) ? yield(:title) : "Cash Flosum" %></title> 6: <meta name="description" content="<%= content_for?(:description) ? yield(:description) : "Cash Flosum" %>"> 7: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 8: <%= javascript_include_tag 'application', 'data-turbolinks-track' => 'reload' %> 9: <%= csrf_meta_tags %> 10: </head>
app/assets/stylesheets/application.css.scss:17 app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb___2187457360853805378_70286470792800' Started GET “/” for 127.0.0.1 at 2018-03-10 08:02:02 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.0ms) Rendered layouts/_navigation_links.html.erb (1.2ms) Rendered layouts/_navigation.html.erb (6.2ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 1856ms (Views: 1234.8ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 08:03:45 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.1ms)
Completed 500 Internal Server Error in 2574ms
ActionView::Template::Error (File to import not found or unreadable: botstrap-sprockets. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/popper_js-1.12.9/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-4.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-4.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-4.0.0/assets/stylesheets): 4: <meta name="viewport" content="width=device-width, initial-scale=1.0"> 5: <title><%= content_for?(:title) ? yield(:title) : "Cash Flosum" %></title> 6: <meta name="description" content="<%= content_for?(:description) ? yield(:description) : "Cash Flosum" %>"> 7: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 8: <%= javascript_include_tag 'application', 'data-turbolinks-track' => 'reload' %> 9: <%= csrf_meta_tags %> 10: </head>
app/assets/stylesheets/application.css.scss:17 app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__3339492208621465518_70146262594620' Started GET “/” for 127.0.0.1 at 2018-03-10 08:05:28 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.3ms)
Completed 500 Internal Server Error in 2497ms
ActionView::Template::Error (File to import not found or unreadable: botstrap-sprockets. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/popper_js-1.12.9/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-4.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-4.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-4.0.0/assets/stylesheets): 4: <meta name="viewport" content="width=device-width, initial-scale=1.0"> 5: <title><%= content_for?(:title) ? yield(:title) : "Cash Flosum" %></title> 6: <meta name="description" content="<%= content_for?(:description) ? yield(:description) : "Cash Flosum" %>"> 7: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 8: <%= javascript_include_tag 'application', 'data-turbolinks-track' => 'reload' %> 9: <%= csrf_meta_tags %> 10: </head>
app/assets/stylesheets/application.css.scss:17 app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__3167125395056589962_70337674989940' Started GET “/” for 127.0.0.1 at 2018-03-10 08:06:27 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.1ms) Rendered layouts/_navigation_links.html.erb (1.9ms) Rendered layouts/_navigation.html.erb (12.9ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 5743ms (Views: 5135.9ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-10 08:06:35 +0200 Processing by StaticPagesController#About as HTML
Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation_links.html.erb (0.6ms) Rendered layouts/_navigation.html.erb (2.6ms) Rendered layouts/_messages.html.erb (0.5ms)
Completed 200 OK in 80ms (Views: 69.3ms)
Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-10 08:06:36 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation_links.html.erb (0.9ms) Rendered layouts/_navigation.html.erb (4.3ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 88ms (Views: 84.0ms)
Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-10 08:33:04 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.1ms)
Completed 500 Internal Server Error in 553ms
ActionView::Template::Error (File to import not found or unreadable: bootstrap. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/node_modules): 4: <meta name="viewport" content="width=device-width, initial-scale=1.0"> 5: <title><%= content_for?(:title) ? yield(:title) : "Cash Flosum" %></title> 6: <meta name="description" content="<%= content_for?(:description) ? yield(:description) : "Cash Flosum" %>"> 7: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 8: <%= javascript_include_tag 'application', 'data-turbolinks-track' => 'reload' %> 9: <%= csrf_meta_tags %> 10: </head>
app/assets/stylesheets/application.css.scss:16 app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb___2881883485190531227_70221579161660' Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-10 12:19:52 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.1ms)
Completed 500 Internal Server Error in 979ms
ActionView::Template::Error (File to import not found or unreadable: bootstrap. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/node_modules): 4: <meta name="viewport" content="width=device-width, initial-scale=1.0"> 5: <title><%= content_for?(:title) ? yield(:title) : "Cash Flosum" %></title> 6: <meta name="description" content="<%= content_for?(:description) ? yield(:description) : "Cash Flosum" %>"> 7: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 8: <%= javascript_include_tag 'application', 'data-turbolinks-track' => 'reload' %> 9: <%= csrf_meta_tags %> 10: </head>
app/assets/stylesheets/application.css.scss:16 app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__4082633221565026095_70268528224560' Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-10 12:29:41 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.2ms)
Completed 500 Internal Server Error in 924ms
ActionView::Template::Error (File to import not found or unreadable: bootstrap. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/node_modules): 4: <meta name="viewport" content="width=device-width, initial-scale=1.0"> 5: <title><%= content_for?(:title) ? yield(:title) : "Cash Flosum" %></title> 6: <meta name="description" content="<%= content_for?(:description) ? yield(:description) : "Cash Flosum" %>"> 7: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 8: <%= javascript_include_tag 'application', 'data-turbolinks-track' => 'reload' %> 9: <%= csrf_meta_tags %> 10: </head>
app/assets/stylesheets/application.css.scss:16 app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb___2826880434703222002_70290028967460' Started GET “/” for 127.0.0.1 at 2018-03-10 12:30:27 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.0ms)
Completed 500 Internal Server Error in 984ms
ActionView::Template::Error (File to import not found or unreadable: bootstrap. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/node_modules): 4: <meta name="viewport" content="width=device-width, initial-scale=1.0"> 5: <title><%= content_for?(:title) ? yield(:title) : "Cash Flosum" %></title> 6: <meta name="description" content="<%= content_for?(:description) ? yield(:description) : "Cash Flosum" %>"> 7: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 8: <%= javascript_include_tag 'application', 'data-turbolinks-track' => 'reload' %> 9: <%= csrf_meta_tags %> 10: </head>
app/assets/stylesheets/application.css.scss:16 app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__3646400048457166358_70199363708060' Started GET “/” for 127.0.0.1 at 2018-03-10 12:44:43 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.6ms)
Completed 500 Internal Server Error in 909ms
ActionView::Template::Error (File to import not found or unreadable: bootstrap. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/node_modules): 4: <meta name="viewport" content="width=device-width, initial-scale=1.0"> 5: <title><%= content_for?(:title) ? yield(:title) : "Cash Flosum" %></title> 6: <meta name="description" content="<%= content_for?(:description) ? yield(:description) : "Cash Flosum" %>"> 7: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 8: <%= javascript_include_tag 'application', 'data-turbolinks-track' => 'reload' %> 9: <%= csrf_meta_tags %> 10: </head>
app/assets/stylesheets/application.css.scss:16 app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__4374749412994860796_70108703542560' Started GET “/” for 127.0.0.1 at 2018-03-10 12:52:05 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.9ms)
Completed 500 Internal Server Error in 1171ms
ActionView::Template::Error (File to import not found or unreadable: functions. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/node_modules): 4: <meta name="viewport" content="width=device-width, initial-scale=1.0"> 5: <title><%= content_for?(:title) ? yield(:title) : "Cash Flosum" %></title> 6: <meta name="description" content="<%= content_for?(:description) ? yield(:description) : "Cash Flosum" %>"> 7: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 8: 9: <%= csrf_meta_tags %> 10: </head>
app/assets/stylesheets/application.css.scss:16 app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__1234395785486578045_70157435528620' Started GET “/” for 127.0.0.1 at 2018-03-10 12:57:49 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.9ms)
Completed 500 Internal Server Error in 870ms
ActionView::Template::Error (File to import not found or unreadable: functions. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/node_modules): 4: <meta name="viewport" content="width=device-width, initial-scale=1.0"> 5: <title><%= content_for?(:title) ? yield(:title) : "Cash Flosum" %></title> 6: <meta name="description" content="<%= content_for?(:description) ? yield(:description) : "Cash Flosum" %>"> 7: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 8: 9: <%= csrf_meta_tags %> 10: </head>
app/assets/stylesheets/application.css.scss:16 app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb___2474081560752950505_70296037696620' Started GET “/” for 127.0.0.1 at 2018-03-10 13:00:53 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.3ms)
Completed 500 Internal Server Error in 4855ms
ActionView::Template::Error (couldn't find file 'popper' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/node_modules): 4: <meta name="viewport" content="width=device-width, initial-scale=1.0"> 5: <title><%= content_for?(:title) ? yield(:title) : "Cash Flosum" %></title> 6: <meta name="description" content="<%= content_for?(:description) ? yield(:description) : "Cash Flosum" %>"> 7: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 8: 9: <%= csrf_meta_tags %> 10: </head>
app/assets/javascripts/application.js:14 app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb___1527776623910996112_70202199141500' Started GET “/” for 127.0.0.1 at 2018-03-10 13:01:36 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms)
Completed 500 Internal Server Error in 29ms
ActionView::Template::Error (couldn't find file 'bootstrap-sprockets' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/node_modules): 4: <meta name="viewport" content="width=device-width, initial-scale=1.0"> 5: <title><%= content_for?(:title) ? yield(:title) : "Cash Flosum" %></title> 6: <meta name="description" content="<%= content_for?(:description) ? yield(:description) : "Cash Flosum" %>"> 7: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 8: 9: <%= csrf_meta_tags %> 10: </head>
app/assets/javascripts/application.js:17 app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb___1527776623910996112_70202268242720' Started GET “/” for 127.0.0.1 at 2018-03-10 13:01:47 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.3ms) Rendered layouts/_navigation_links.html.erb (1.2ms) Rendered layouts/_navigation.html.erb (6.4ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 7782ms (Views: 7777.8ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:03:42 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.9ms) Rendered layouts/_navigation.html.erb (0.4ms) Rendered layouts/_messages.html.erb (1.7ms)
Completed 200 OK in 78ms (Views: 71.5ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:03:58 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.4ms) Rendered layouts/_navigation.html.erb (2.1ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 73ms (Views: 67.3ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:04:02 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.html.erb (0.8ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 36ms (Views: 33.5ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:05:02 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.1ms) Rendered layouts/_navigation.html.erb (0.5ms) Rendered layouts/_messages.html.erb (2.3ms)
Completed 200 OK in 110ms (Views: 97.0ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:05:06 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (1.1ms) Rendered layouts/_navigation.html.erb (0.5ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 59ms (Views: 52.3ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:07:16 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.7ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (3.0ms)
Completed 200 OK in 132ms (Views: 117.5ms)
Started GET “/…” for 127.0.0.1 at 2018-03-10 13:07:16 +0200
ActionController::RoutingError (No route matches [GET] “/…”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2018-03-10 13:11:31 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.2ms) Rendered layouts/_navigation.html.erb (0.7ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 8666ms (Views: 8039.1ms)
Started GET “/…” for 127.0.0.1 at 2018-03-10 13:11:40 +0200
ActionController::RoutingError (No route matches [GET] “/…”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2018-03-10 13:11:43 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (1.6ms) Rendered layouts/_navigation.html.erb (0.4ms) Rendered layouts/_messages.html.erb (0.5ms)
Completed 200 OK in 56ms (Views: 47.6ms)
Started GET “/…” for 127.0.0.1 at 2018-03-10 13:11:43 +0200
ActionController::RoutingError (No route matches [GET] “/…”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2018-03-10 13:12:43 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (6.7ms) Rendered layouts/_navigation.html.erb (0.9ms) Rendered layouts/_messages.html.erb (1.7ms)
Completed 200 OK in 145ms (Views: 133.4ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:12:46 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms) Rendered layouts/_navigation.html.erb (0.8ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 56ms (Views: 52.7ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:14:26 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.6ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 8929ms (Views: 8279.9ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:16:17 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.4ms) Rendered layouts/_navigation.html.erb (0.7ms) Rendered layouts/_messages.html.erb (1.9ms)
Completed 200 OK in 123ms (Views: 103.8ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:18:55 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (5.0ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.html.erb (2.7ms)
Completed 200 OK in 169ms (Views: 157.4ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:19:19 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.4ms) Rendered layouts/_navigation.html.erb (0.8ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 8538ms (Views: 7883.8ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:21:42 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.5ms) Rendered layouts/_navigation.html.erb (0.6ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 6970ms (Views: 6325.7ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:22:16 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms) Rendered layouts/_navigation.html.erb (0.5ms) Rendered layouts/_messages.html.erb (0.5ms)
Completed 200 OK in 106ms (Views: 89.9ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:23:27 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.9ms) Rendered layouts/_navigation.html.erb (0.7ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 4881ms (Views: 4247.5ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:26:13 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.7ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:26:17 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.html.erb (0.5ms) Rendered layouts/_messages.html.erb (0.7ms) Rendered layouts/_navigation.html.erb (0.3ms) Rendered layouts/_messages.html.erb (0.5ms)
Completed 200 OK in 8465ms (Views: 7829.7ms)
Completed 200 OK in 4356ms (Views: 4149.1ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:27:44 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.7ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (3.3ms)
Completed 200 OK in 168ms (Views: 155.3ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:32:11 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (5.4ms) Rendered layouts/_navigation.html.erb (0.6ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 8864ms (Views: 8060.3ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:32:58 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms) Rendered layouts/_navigation.html.erb (0.7ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 85ms (Views: 81.5ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:36:25 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.8ms) Rendered layouts/_navigation.html.erb (0.6ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 3375ms (Views: 2713.1ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:39:05 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.0ms) Rendered layouts/_navigation.html.erb (0.7ms) Rendered layouts/_messages.html.erb (1.7ms)
Completed 200 OK in 116ms (Views: 100.9ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:41:19 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (2.7ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (2.4ms)
Completed 200 OK in 110ms (Views: 97.4ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:42:15 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.9ms) Rendered layouts/_navigation.html.erb (0.5ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 76ms (Views: 71.1ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:42:17 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms) Rendered layouts/_navigation.html.erb (0.4ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 36ms (Views: 33.5ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:42:36 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.7ms) Rendered layouts/_navigation.html.erb (0.5ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 8633ms (Views: 7988.2ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:44:18 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (5.8ms) Rendered layouts/_navigation.html.erb (0.5ms) Rendered layouts/_messages.html.erb (1.6ms)
Completed 200 OK in 105ms (Views: 90.7ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:44:32 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms) Rendered layouts/_navigation.html.erb (0.9ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 79ms (Views: 73.9ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:44:58 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.html.erb (0.7ms) Rendered layouts/_messages.html.erb (1.5ms)
Completed 200 OK in 83ms (Views: 78.7ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:46:36 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (1.4ms) Rendered layouts/_navigation.html.erb (0.7ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 95ms (Views: 90.1ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:47:07 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.4ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 93ms (Views: 88.0ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:49:23 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (2.5ms) Rendered layouts/_navigation.html.erb (0.9ms) Rendered layouts/_messages.html.erb (1.8ms)
Completed 200 OK in 133ms (Views: 120.0ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:51:11 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.1ms) Rendered layouts/_navigation.html.erb (0.6ms) Rendered layouts/_messages.html.erb (2.0ms)
Completed 200 OK in 139ms (Views: 128.0ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:51:35 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.8ms) Rendered layouts/_navigation.html.erb (0.7ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 89ms (Views: 81.6ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:53:06 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (2.5ms) Rendered layouts/_navigation.html.erb (0.6ms) Rendered layouts/_messages.html.erb (1.8ms)
Completed 200 OK in 143ms (Views: 131.7ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:53:27 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms) Rendered layouts/_navigation.html.erb (0.6ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 84ms (Views: 79.8ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:54:18 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms) Rendered layouts/_navigation.html.erb (0.8ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 117ms (Views: 112.6ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:55:15 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms) Rendered layouts/_navigation.html.erb (0.8ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 82ms (Views: 78.1ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 13:57:57 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.3ms) Rendered layouts/_navigation.html.erb (0.6ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 8960ms (Views: 8283.3ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 14:00:22 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.5ms) Rendered layouts/_navigation.html.erb (0.6ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 9815ms (Views: 9160.8ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 14:01:33 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.7ms) Rendered layouts/_navigation.html.erb (0.5ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 5803ms (Views: 5165.1ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 14:02:24 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.2ms) Rendered layouts/_navigation.html.erb (0.6ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 1583ms (Views: 1572.6ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 14:02:37 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.4ms) Rendered layouts/_navigation.html.erb (0.5ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 1151ms (Views: 1146.2ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 14:03:22 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms) Rendered layouts/_navigation.html.erb (0.5ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 215ms (Views: 211.0ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 14:03:58 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.2ms) Rendered layouts/_navigation.html.erb (0.9ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 8110ms (Views: 7488.9ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 14:11:53 +0200 Processing by StaticPagesController#Welcome as HTML
Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.4ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (1.8ms)
Completed 200 OK in 147ms (Views: 133.1ms)
[1m[35m (2.8ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (4.4ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
[1m[35m (3.9ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Migrating to DeviseCreateUsers (20180310150946)
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.5ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (0.3ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20180310150946"]]
[1m[35m (3.2ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-03-10 15:18:55.426822"], ["updated_at", "2018-03-10 15:18:55.426822"]]
[1m[35m (2.6ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_reset_password_token' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_reset_password_token' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (2.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Migrating to AddOmniauthToUsers (20180310151858)
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (3.1ms)[0m [1m[35mALTER TABLE "users" ADD "provider" varchar[0m
[1m[35m (0.5ms)[0m [1m[35mALTER TABLE "users" ADD "uid" varchar[0m
[1m[35mSQL (2.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20180310151858"]]
[1m[35m (7.6ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (5.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_reset_password_token' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_reset_password_token' AND type='index'
[0m
[1m[35m (0.3ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m Started GET “/” for 127.0.0.1 at 2018-03-10 17:21:45 +0200
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML Completed 401 Unauthorized in 75ms (ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 17:21:46 +0200 Processing by Devise::SessionsController#new as HTML
Rendering /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/shared/_links.html.erb (2.6ms) Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application (60.7ms) Rendered layouts/_navigation.html.erb (0.7ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 8220ms (Views: 8195.0ms | ActiveRecord: 1.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 17:22:39 +0200 Processing by Devise::SessionsController#new as HTML
Rendering /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/shared/_links.html.erb (7.8ms) Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application (32.2ms) Rendered layouts/_navigation.html.erb (0.6ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 167ms (Views: 146.7ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 17:23:01 +0200 Processing by Devise::SessionsController#new as HTML
Rendering /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/shared/_links.html.erb (1.9ms) Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application (11.3ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 98ms (Views: 96.6ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 17:23:10 +0200 Processing by Devise::SessionsController#new as HTML
Rendering /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/shared/_links.html.erb (2.4ms) Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application (12.8ms) Rendered layouts/_navigation.html.erb (0.6ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 102ms (Views: 99.7ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 17:23:31 +0200 Processing by Devise::SessionsController#new as HTML
Rendering /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/shared/_links.html.erb (1.6ms) Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application (11.3ms) Rendered layouts/_navigation.html.erb (2.3ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 108ms (Views: 106.6ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 17:23:50 +0200 Processing by Devise::SessionsController#new as HTML
Rendering /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/shared/_links.html.erb (1.8ms) Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application (13.1ms)
Completed 401 Unauthorized in 156ms (ActiveRecord: 0.0ms)
ActionView::Template::Error (Invalid CSS after “ padding-bottom: ”: expected expression (e.g. 1px, bold), was “: 200px;”):
8: 9: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> 10: 11: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 12: 13: <%= csrf_meta_tags %> 14: <p class="notice"><%= notice %></p>
app/assets/stylesheets/application.scss:19 app/views/layouts/application.html.erb:11:in `_app_views_layouts_application_html_erb__3728775394049295185_70272625904740' Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 17:24:16 +0200 Processing by Devise::SessionsController#new as HTML
Rendering /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/shared/_links.html.erb (1.8ms) Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application (12.7ms) Rendered layouts/_navigation.html.erb (0.9ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 1363ms (Views: 1360.3ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 17:24:26 +0200 Processing by Devise::SessionsController#new as HTML
Rendering /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/shared/_links.html.erb (1.5ms) Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application (11.4ms) Rendered layouts/_navigation.html.erb (0.5ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 1145ms (Views: 1143.3ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 17:25:11 +0200 Processing by Devise::SessionsController#new as HTML
Rendering /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/shared/_links.html.erb (3.1ms) Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application (14.2ms) Rendered layouts/_navigation.html.erb (0.9ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 1408ms (Views: 1403.8ms | ActiveRecord: 0.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.js.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 17:26:06 +0200 Processing by Devise::SessionsController#new as HTML
Rendering /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/shared/_links.html.erb (1.6ms) Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application (12.7ms) Rendered layouts/_navigation.html.erb (0.5ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 1275ms (Views: 1268.7ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 17:28:40 +0200 Processing by Devise::SessionsController#new as HTML
Rendering /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/shared/_links.html.erb (4.7ms) Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application (39.4ms) Rendered layouts/_navigation.html.erb (0.8ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 1785ms (Views: 1758.9ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 17:29:27 +0200 Processing by Devise::SessionsController#new as HTML
Rendering /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/shared/_links.html.erb (8.8ms) Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application (50.5ms) Rendered layouts/_navigation.html.erb (1.9ms) Rendered layouts/_messages.html.erb (2.3ms)
Completed 200 OK in 256ms (Views: 227.6ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 17:30:25 +0200 Processing by Devise::SessionsController#new as HTML
Rendering /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/shared/_links.html.erb (2.3ms) Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application (14.1ms) Rendered layouts/_navigation.html.erb (0.4ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 1615ms (Views: 1611.6ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 17:33:14 +0200 Processing by Devise::SessionsController#new as HTML
Rendering /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/shared/_links.html.erb (4.9ms) Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application (34.0ms) Rendered layouts/_navigation.html.erb (0.6ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 1647ms (Views: 1625.4ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 17:33:25 +0200 Processing by Devise::SessionsController#new as HTML
Rendering /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/shared/_links.html.erb (1.3ms) Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application (13.3ms) Rendered layouts/_navigation.html.erb (0.8ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 1492ms (Views: 1490.3ms | ActiveRecord: 0.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.js.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 17:34:20 +0200 Processing by Devise::SessionsController#new as HTML
Rendering /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/shared/_links.html.erb (4.4ms) Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application (24.3ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 1520ms (Views: 1508.0ms | ActiveRecord: 0.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.js.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 17:35:03 +0200 Processing by Devise::SessionsController#new as HTML
Rendering /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/shared/_links.html.erb (3.5ms) Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application (26.5ms) Rendered layouts/_navigation.html.erb (0.8ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 1370ms (Views: 1352.8ms | ActiveRecord: 0.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.js.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 18:55:41 +0200 Processing by Devise::SessionsController#new as HTML
Rendering /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/shared/_links.html.erb (5.6ms) Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application (60.0ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 1693ms (Views: 1653.7ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 18:57:57 +0200 Processing by Devise::SessionsController#new as HTML
Rendering /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/shared/_links.html.erb (6.4ms) Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application (39.9ms) Rendered layouts/_navigation.html.erb (0.7ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 1686ms (Views: 1665.3ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 18:58:01 +0200 Processing by Devise::SessionsController#new as HTML
Rendering /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/shared/_links.html.erb (1.3ms) Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application (8.0ms) Rendered layouts/_navigation.html.erb (0.4ms) Rendered layouts/_messages.html.erb (0.5ms)
Completed 200 OK in 49ms (Views: 47.3ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 18:58:19 +0200
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by Devise::SessionsController#new as HTML
Rendering /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/shared/_links.html.erb (3.0ms) Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application (109.9ms) Rendered layouts/_navigation.html.erb (0.7ms) Rendered layouts/_messages.html.erb (1.5ms)
Completed 200 OK in 9037ms (Views: 8964.5ms | ActiveRecord: 1.3ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 18:59:21 +0200 Processing by Devise::SessionsController#new as HTML
Rendering /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/shared/_links.html.erb (5.6ms) Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application (32.7ms)
Completed 401 Unauthorized in 131ms (ActiveRecord: 0.0ms)
ActionView::Template::Error (Invalid CSS after “…kground-color: ”: expected expression (e.g. 1px, bold), was “:#ccd3d9;”):
10: 11: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> 12: 13: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 14: 15: <%= csrf_meta_tags %> 16: <p class="notice"><%= notice %></p>
app/assets/stylesheets/application.scss:44 app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb___968340848187074356_70198511731440' Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 18:59:32 +0200 Processing by Devise::SessionsController#new as HTML
Rendering /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/shared/_links.html.erb (1.6ms) Rendered /Library/Ruby/Gems/2.3.0/gems/devise-4.4.1/app/views/devise/sessions/new.html.erb within layouts/application (11.0ms) Rendered layouts/_navigation.html.erb (0.5ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 1486ms (Views: 1484.5ms | ActiveRecord: 0.0ms)
Started GET “/” for 127.0.0.1 at 2018-03-10 19:09:36 +0200
[1m[35m (2.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML Completed 401 Unauthorized in 54ms (ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 19:09:36 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (2.4ms) Rendered devise/sessions/new.html.erb within layouts/application (56.4ms) Rendered layouts/_navigation.html.erb (0.6ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 7193ms (Views: 7170.5ms | ActiveRecord: 0.9ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 19:31:52 +0200
[1m[35m (2.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/devise Rendered devise/shared/_links.html.erb (3.4ms) Rendered devise/sessions/new.html.erb within layouts/devise (408.7ms)
Completed 200 OK in 529ms (Views: 449.2ms | ActiveRecord: 1.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 19:34:13 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/devise Rendered devise/shared/_links.html.erb (3.4ms) Rendered devise/sessions/new.html.erb within layouts/devise (37.6ms)
Completed 200 OK in 77ms (Views: 57.6ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-10 19:37:32 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/devise Rendered devise/shared/_links.html.erb (3.9ms) Rendered devise/sessions/new.html.erb within layouts/devise (25.0ms)
Completed 200 OK in 65ms (Views: 46.4ms | ActiveRecord: 0.0ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 12:34:54 +0200
[1m[35m (3.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML Completed 401 Unauthorized in 294ms (ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-11 12:34:55 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-11 12:34:55 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (5.6ms) Rendered devise/sessions/new.html.erb within layouts/application (64.3ms) Rendered devise/shared/_links.html.erb (4.8ms) Rendered devise/sessions/new.html.erb within layouts/application (370.7ms) Rendered layouts/_navigation.html.erb (3.6ms) Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.html.erb (3.0ms) Rendered layouts/_messages.html.erb (1.8ms)
Completed 200 OK in 24495ms (Views: 24489.7ms | ActiveRecord: 0.0ms)
Completed 200 OK in 24760ms (Views: 24675.8ms | ActiveRecord: 3.4ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-11 13:02:41 +0200
[1m[35m (2.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (2.8ms) Rendered devise/sessions/new.html.erb within layouts/application (404.9ms) Rendered layouts/_navigation.html.erb (0.4ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 9312ms (Views: 9235.2ms | ActiveRecord: 1.3ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-11 13:02:54 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (7.8ms) Rendered devise/sessions/new.html.erb within layouts/application (23.6ms) Rendered layouts/_navigation.html.erb (0.5ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 121ms (Views: 107.5ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-11 13:02:56 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (1.8ms) Rendered devise/sessions/new.html.erb within layouts/application (9.2ms) Rendered layouts/_navigation.html.erb (0.5ms) Rendered layouts/_messages.html.erb (0.5ms)
Completed 200 OK in 79ms (Views: 75.1ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_up” for 127.0.0.1 at 2018-03-11 13:03:01 +0200 Processing by Devise::RegistrationsController#new as HTML
Rendering devise/registrations/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (2.7ms) Rendered devise/registrations/new.html.erb within layouts/application (12.3ms) Rendered layouts/_navigation.html.erb (0.7ms) Rendered layouts/_messages.html.erb (1.9ms)
Completed 200 OK in 94ms (Views: 91.4ms | ActiveRecord: 0.0ms)
Started POST “/users” for 127.0.0.1 at 2018-03-11 13:03:18 +0200 Processing by Devise::RegistrationsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"8zJn/Ds3mZtAhZFpACZgr2RNDNyBoxTe/KamImDW0j3x5/Xgig47RfN8VQgsoV2QJJfPQrk7CXvJ+crlhLk18Q==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
[1m[35m (0.6ms)[0m [1m[36mbegin transaction[0m
[1m[36mUser Exists (1.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
[1m[35mSQL (3.6ms)[0m [1m[32mINSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["email", "musosum@gmail.com"], ["encrypted_password", "$2a$11$6U984tY5D7H8QZz6iIBq4uzO6LvZm8Cwl3yb7kphuwdrV22805NYS"], ["created_at", "2018-03-11 11:03:19.128256"], ["updated_at", "2018-03-11 11:03:19.128256"]]
[1m[35m (3.3ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?[0m [["sign_in_count", 1], ["current_sign_in_at", "2018-03-11 11:03:19.139608"], ["last_sign_in_at", "2018-03-11 11:03:19.139608"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2018-03-11 11:03:19.140712"], ["id", 1]]
[1m[35m (2.8ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/ Completed 302 Found in 357ms (ActiveRecord: 11.9ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 13:03:19 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 101ms (Views: 90.0ms | ActiveRecord: 0.6ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 13:04:58 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (4.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.6ms) Rendered layouts/_navigation.html.erb (0.7ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 198ms (Views: 139.4ms | ActiveRecord: 4.4ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 13:06:25 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (3.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.7ms) Rendered layouts/_navigation.html.erb (0.6ms) Rendered layouts/_messages.html.erb (2.3ms)
Completed 200 OK in 172ms (Views: 135.4ms | ActiveRecord: 3.8ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 13:26:57 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (6.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (22.2ms) Rendered layouts/_navigation.html.erb (0.8ms) Rendered layouts/_messages.html.erb (2.2ms)
Completed 200 OK in 257ms (Views: 180.9ms | ActiveRecord: 6.5ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 13:30:53 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (7.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (20.5ms)
Completed 401 Unauthorized in 487ms (ActiveRecord: 7.8ms)
ActionView::Template::Error (Invalid CSS after “@import 'customs'”: expected selector or at-rule, was “$color-darkest …”):
10: 11: 12: 13: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 14: 15: <%= csrf_meta_tags %> 16: <p class="notice"><%= notice %></p>
app/assets/stylesheets/application.scss:20 app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb__2470821411976224239_70238779546080' Started GET “/” for 127.0.0.1 at 2018-03-11 13:32:37 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (6.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms)
Completed 401 Unauthorized in 68ms (ActiveRecord: 6.3ms)
ActionView::Template::Error (Invalid CSS after “@import 'customs'”: expected selector or at-rule, was “$color-darkest …”):
10: 11: 12: 13: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 14: 15: <%= csrf_meta_tags %> 16: <p class="notice"><%= notice %></p>
app/assets/stylesheets/application.scss:20 app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb__2470821411976224239_70238794235960' Started GET “/” for 127.0.0.1 at 2018-03-11 13:33:33 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (3.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (1.1ms)
Completed 401 Unauthorized in 54ms (ActiveRecord: 3.0ms)
ActionView::Template::Error (Invalid CSS after “@import 'customs'”: expected selector or at-rule, was “$color-darkest …”):
10: 11: 12: 13: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 14: 15: <%= csrf_meta_tags %> 16: <p class="notice"><%= notice %></p>
app/assets/stylesheets/application.scss:20 app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb__2470821411976224239_70238767156680' Started GET “/” for 127.0.0.1 at 2018-03-11 15:14:41 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (12.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (28.3ms)
Completed 401 Unauthorized in 360ms (ActiveRecord: 12.3ms)
ActionView::Template::Error (Invalid CSS after “@import 'customs'”: expected selector or at-rule, was “$color-darkest …”):
10: 11: 12: 13: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 14: 15: <%= csrf_meta_tags %> 16: <p class="notice"><%= notice %></p>
app/assets/stylesheets/application.scss:20 app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb__2470821411976224239_70238781606620' Started GET “/” for 127.0.0.1 at 2018-03-11 15:57:01 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (8.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (46.2ms)
Completed 401 Unauthorized in 417ms (ActiveRecord: 8.6ms)
ActionView::Template::Error (Invalid CSS after “@import 'customs'”: expected selector or at-rule, was “$color-darkest …”):
10: 11: 12: 13: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 14: 15: <%= csrf_meta_tags %> 16: <p class="notice"><%= notice %></p>
app/assets/stylesheets/application.scss:20 app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb__2470821411976224239_70238796991060' Started GET “/” for 127.0.0.1 at 2018-03-11 15:57:32 +0200
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.8ms)
Completed 401 Unauthorized in 491ms (ActiveRecord: 3.8ms)
ActionView::Template::Error (Invalid CSS after “@import 'customs'”: expected selector or at-rule, was “$color-darkest …”):
10: 11: 12: 13: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 14: 15: <%= csrf_meta_tags %> 16: <p class="notice"><%= notice %></p>
app/assets/stylesheets/application.scss:20 app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb___2836943901833033974_70136184877120' Started GET “/” for 127.0.0.1 at 2018-03-11 15:58:53 +0200
[1m[35m (2.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (5.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.1ms)
Completed 401 Unauthorized in 1140ms (ActiveRecord: 5.9ms)
ActionView::Template::Error (File to import not found or unreadable: customs. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/node_modules): 10: 11: 12: 13: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 14: 15: <%= csrf_meta_tags %> 16: <p class="notice"><%= notice %></p>
app/assets/stylesheets/application.scss:17 app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb__2686584273455323752_70258604516640' Started GET “/” for 127.0.0.1 at 2018-03-11 15:59:19 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (4.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.9ms)
Completed 401 Unauthorized in 589ms (ActiveRecord: 4.1ms)
ActionView::Template::Error (File to import not found or unreadable: customs. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/node_modules): 10: 11: 12: 13: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 14: 15: <%= csrf_meta_tags %> 16: <p class="notice"><%= notice %></p>
app/assets/stylesheets/application.scss:17 app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb__2686584273455323752_70258669914260' Started GET “/” for 127.0.0.1 at 2018-03-11 15:59:38 +0200
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.4ms)
Completed 401 Unauthorized in 833ms (ActiveRecord: 3.1ms)
ActionView::Template::Error (File to import not found or unreadable: customs. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/node_modules): 10: 11: 12: 13: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 14: 15: <%= csrf_meta_tags %> 16: <p class="notice"><%= notice %></p>
app/assets/stylesheets/application.scss:17 app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb___3283642381415845556_70349390546600' Started GET “/” for 127.0.0.1 at 2018-03-11 16:01:17 +0200
[1m[35m (2.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.0ms)
Completed 401 Unauthorized in 1020ms (ActiveRecord: 3.0ms)
ActionView::Template::Error (File to import not found or unreadable: customs. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/node_modules): 10: 11: 12: 13: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload' %> 14: 15: <%= csrf_meta_tags %> 16: <p class="notice"><%= notice %></p>
app/assets/stylesheets/application.scss:17 app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb___149950916720464057_70268640821760' Started GET “/” for 127.0.0.1 at 2018-03-11 16:02:35 +0200
[1m[35m (2.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.8ms) Rendered layouts/_navigation.html.erb (0.6ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 4356ms (Views: 4284.2ms | ActiveRecord: 3.5ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 16:03:42 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (6.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.8ms) Rendered layouts/_navigation.html.erb (0.8ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 2508ms (Views: 2453.3ms | ActiveRecord: 6.0ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 16:04:16 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (5.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.5ms) Rendered layouts/_navigation.html.erb (0.5ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 1533ms (Views: 1494.1ms | ActiveRecord: 5.7ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 16:05:15 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.html.erb (0.5ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 86ms (Views: 77.1ms | ActiveRecord: 0.4ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 17:04:09 +0200
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.9ms) Rendered layouts/_navigation.slim (9.5ms)
Completed 401 Unauthorized in 7767ms (ActiveRecord: 3.5ms)
ActionView::Template::Error (Unknown line indicator
/Users/musochilimboyi/CashFlosum/app/views/layouts/_navigation.slim, Line 9, Column 8 %span.glyphicon.glyphicon-hand-right ^
):
6: = navbar_item "Home", '/' 7: = navbar_item "About Us", '/about-us' 8: = navbar_item '/contact' do 9: %span.glyphicon.glyphicon-hand-right 10: Contact Us! 11: = navbar_dropdown "Stuff" do 12: = navbar_dropdown_header 'Great stuff!'
app/views/layouts/_navigation.slim:9 app/views/layouts/application.slim:15:in `_app_views_layouts_application_slim__4438983323848844952_70344759698180' Started GET “/” for 127.0.0.1 at 2018-03-11 17:05:21 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (5.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (2.1ms) Rendered layouts/_navigation.slim (525.6ms)
Completed 401 Unauthorized in 691ms (ActiveRecord: 5.7ms)
ActionView::Template::Error (undefined method `navbar' for #<#<Class:0x007ff4d64e9cd8>:0x007ff4dcaf1698>):
1: = navbar fixed: :top do 2: = navbar_header brand: 'My great app', brand_link: '/home' 3: = navbar_collapse do 4: = navbar_group class: 'foo', id: 'menu' do
app/views/layouts/_navigation.slim:1:in `_app_views_layouts__navigation_slim__1985066228646493719_70344825112320' app/views/layouts/application.slim:15:in `_app_views_layouts_application_slim__4438983323848844952_70344825591720' Started GET “/” for 127.0.0.1 at 2018-03-11 17:09:23 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (4.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (2.7ms) Rendered layouts/_navigation.slim (31.7ms) Rendered layouts/_messages.slim (817.1ms)
Completed 401 Unauthorized in 1034ms (ActiveRecord: 4.5ms)
ActionView::Template::Error (undefined local variable or method `name' for #<#<Class:0x007ff4d64e9cd8>:0x007ff4db7e4fa0>):
3: <% if msg.is_a?(String) %>
4: <div class="alert alert-<%= name.to_s == 'notice' ? 'success' : 'danger' %>" role="alert">
5: <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
6: <%= content_tag :div, msg, :id => "flash_#{name}" %>
7: </div>
8: <% end %>
9: <% end %>
app/views/layouts/_messages.slim:6:in `_app_views_layouts__messages_slim___2242546694611843036_70344813983940' app/views/layouts/application.slim:16:in `_app_views_layouts_application_slim__4438983323848844952_70344815555940' Started GET “/” for 127.0.0.1 at 2018-03-11 17:10:08 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (4.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (2.9ms) Rendered layouts/_navigation.slim (19.3ms) Rendered layouts/_messages.slim (9.7ms)
Completed 401 Unauthorized in 152ms (ActiveRecord: 4.1ms)
SyntaxError (/Users/musochilimboyi/CashFlosum/app/views/layouts/_messages.slim:8: syntax error, unexpected keyword_end …le::Utils.escape_html_safe((end))).to_s)); … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/_messages.slim:9: syntax error, unexpected keyword_end, expecting ')' ; end; @output_buffer.safe_concat(…
^
/Users/musochilimboyi/CashFlosum/app/views/layouts/_messages.slim:9: syntax error, unexpected keyword_end …le::Utils.escape_html_safe((end))).to_s)); … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/_messages.slim:11: syntax error, unexpected keyword_ensure, expecting ')' /Users/musochilimboyi/CashFlosum/app/views/layouts/_messages.slim:13: syntax error, unexpected keyword_end, expecting ')'):
app/views/layouts/_messages.slim:8: syntax error, unexpected keyword_end app/views/layouts/_messages.slim:9: syntax error, unexpected keyword_end, expecting ')' app/views/layouts/_messages.slim:9: syntax error, unexpected keyword_end app/views/layouts/_messages.slim:11: syntax error, unexpected keyword_ensure, expecting ')' app/views/layouts/_messages.slim:13: syntax error, unexpected keyword_end, expecting ')' app/views/layouts/application.slim:16:in `_app_views_layouts_application_slim__4438983323848844952_70344825312660' Started GET “/” for 127.0.0.1 at 2018-03-11 17:11:25 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (3.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.slim (25.1ms) Rendered layouts/_messages.slim (9.4ms)
Completed 401 Unauthorized in 155ms (ActiveRecord: 3.0ms)
SyntaxError (/Users/musochilimboyi/CashFlosum/app/views/layouts/_messages.slim:9: syntax error, unexpected keyword_end …le::Utils.escape_html_safe((end))).to_s)); … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/_messages.slim:10: syntax error, unexpected keyword_end, expecting ')' ; end; @output_buffer.safe_concat(…
^
/Users/musochilimboyi/CashFlosum/app/views/layouts/_messages.slim:10: syntax error, unexpected keyword_end …le::Utils.escape_html_safe((end))).to_s)); … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/_messages.slim:12: syntax error, unexpected keyword_ensure, expecting ')' /Users/musochilimboyi/CashFlosum/app/views/layouts/_messages.slim:14: syntax error, unexpected keyword_end, expecting ')'):
app/views/layouts/_messages.slim:9: syntax error, unexpected keyword_end app/views/layouts/_messages.slim:10: syntax error, unexpected keyword_end, expecting ')' app/views/layouts/_messages.slim:10: syntax error, unexpected keyword_end app/views/layouts/_messages.slim:12: syntax error, unexpected keyword_ensure, expecting ')' app/views/layouts/_messages.slim:14: syntax error, unexpected keyword_end, expecting ')' app/views/layouts/application.slim:16:in `_app_views_layouts_application_slim__4438983323848844952_70344829492020' Started GET “/” for 127.0.0.1 at 2018-03-11 17:11:50 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms) Rendered layouts/_navigation.slim (14.0ms) Rendered layouts/_messages.slim (4.2ms)
Completed 200 OK in 228ms (Views: 214.9ms | ActiveRecord: 2.7ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 17:12:46 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms) Rendered layouts/_navigation.slim (13.3ms) Rendered layouts/_messages.slim (5.4ms)
Completed 200 OK in 166ms (Views: 154.7ms | ActiveRecord: 2.8ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 17:14:16 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (5.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.2ms) Rendered layouts/_navigation.slim (11.2ms) Rendered layouts/_messages.slim (7.3ms)
Completed 200 OK in 238ms (Views: 198.7ms | ActiveRecord: 5.1ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 17:15:52 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms) Rendered layouts/_navigation.slim (615.5ms)
Completed 401 Unauthorized in 700ms (ActiveRecord: 2.8ms)
ActionView::Template::Error (undefined local variable or method `static_page_Welcome_url' for #<#<Class:0x007ff4d64e9cd8>:0x007ff4dcf531f0> Did you mean? static_pages_Welcome_url
static_pages_Welcome_path): 2: /! Links 3: ul.navbar-nav 4: li.nav-item 5: == link_to 'Home', static_page_Welcome_url 6: li.nav-item 7: a.nav-link href="#" Cash Flow 8: li.nav-item
app/views/layouts/_navigation.slim:5:in `_app_views_layouts__navigation_slim__1985066228646493719_70344826265300' app/views/layouts/application.slim:15:in `_app_views_layouts_application_slim__4438983323848844952_70344827751660' Started GET “/” for 127.0.0.1 at 2018-03-11 17:16:08 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.slim (8.4ms) Rendered layouts/_messages.slim (3.5ms)
Completed 200 OK in 163ms (Views: 149.5ms | ActiveRecord: 2.7ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 17:17:24 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (4.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (2.6ms) Rendered layouts/_navigation.slim (11.3ms) Rendered layouts/_messages.slim (7.4ms)
Completed 200 OK in 240ms (Views: 197.9ms | ActiveRecord: 4.4ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 17:17:51 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.8ms) Rendered layouts/_navigation.slim (4.5ms) Rendered layouts/_messages.slim (5.1ms)
Completed 200 OK in 1596ms (Views: 1584.9ms | ActiveRecord: 2.4ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 17:18:17 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (1.0ms)
Completed 401 Unauthorized in 559ms (ActiveRecord: 2.5ms)
ActionView::Template::Error (Invalid CSS after “}”: expected selector or at-rule, was “}”):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12: body
13: p.notice= notice
app/assets/stylesheets/application.scss:17 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim__4438983323848844952_70344797792520' Started GET “/” for 127.0.0.1 at 2018-03-11 17:18:30 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms) Rendered layouts/_navigation.slim (4.9ms) Rendered layouts/_messages.slim (5.5ms)
Completed 200 OK in 1259ms (Views: 1244.9ms | ActiveRecord: 2.5ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 17:20:59 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (3.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (5.4ms) Rendered layouts/_navigation.slim (9.9ms) Rendered layouts/_messages.slim (14.0ms)
Completed 200 OK in 317ms (Views: 269.8ms | ActiveRecord: 3.8ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 17:22:04 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (4.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (6.2ms) Rendered layouts/_navigation.slim (6.2ms) Rendered layouts/_messages.slim (4.4ms)
Completed 200 OK in 1659ms (Views: 1616.1ms | ActiveRecord: 4.5ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 17:22:19 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (7.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (2.7ms) Rendered layouts/_navigation.slim (7.0ms) Rendered layouts/_messages.slim (4.5ms)
Completed 200 OK in 1217ms (Views: 1195.2ms | ActiveRecord: 7.8ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 17:22:28 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (5.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.slim (3.9ms) Rendered layouts/_messages.slim (3.9ms)
Completed 200 OK in 1417ms (Views: 1403.9ms | ActiveRecord: 5.4ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 17:23:15 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.slim (4.7ms) Rendered layouts/_messages.slim (4.4ms)
Completed 200 OK in 1220ms (Views: 1208.9ms | ActiveRecord: 2.9ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 17:23:34 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (3.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms) Rendered layouts/_navigation.slim (3.8ms) Rendered layouts/_messages.slim (4.0ms)
Completed 200 OK in 1265ms (Views: 1240.4ms | ActiveRecord: 3.8ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 17:24:06 +0200
[1m[35m (2.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.3ms) Rendered layouts/_navigation.slim (6.6ms) Rendered layouts/_messages.slim (4.7ms)
Completed 200 OK in 8574ms (Views: 8485.3ms | ActiveRecord: 12.8ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 17:25:21 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (8.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.9ms) Rendered layouts/_navigation.slim (5.0ms) Rendered layouts/_messages.slim (5.8ms)
Completed 200 OK in 1780ms (Views: 1737.9ms | ActiveRecord: 8.5ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 19:04:07 +0200
[1m[35m (6.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (1.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.9ms) Rendered layouts/_navigation.slim (7.3ms) Rendered layouts/_messages.slim (4.1ms)
Completed 200 OK in 12783ms (Views: 12680.1ms | ActiveRecord: 11.1ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 19:09:31 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (4.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (2.8ms) Rendered layouts/_navigation.slim (5.0ms) Rendered layouts/_messages.slim (13.1ms)
Completed 200 OK in 263ms (Views: 211.0ms | ActiveRecord: 4.2ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 19:10:00 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.8ms) Rendered layouts/_navigation.slim (12.2ms) Rendered layouts/_messages.slim (12.8ms)
Completed 200 OK in 139ms (Views: 128.8ms | ActiveRecord: 0.9ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 19:10:27 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms) Rendered layouts/_navigation.slim (10.2ms) Rendered layouts/_messages.slim (9.7ms)
Completed 200 OK in 138ms (Views: 127.7ms | ActiveRecord: 2.9ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 19:13:25 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (4.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (5.0ms) Rendered layouts/_navigation.slim (198.2ms) Rendered layouts/_messages.slim (6.3ms)
Completed 200 OK in 464ms (Views: 415.2ms | ActiveRecord: 4.1ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 19:57:28 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (6.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (16.0ms) Rendered layouts/_navigation.slim (13.7ms) Rendered layouts/_messages.slim (16.8ms)
Completed 200 OK in 447ms (Views: 351.8ms | ActiveRecord: 6.3ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 19:57:45 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (3.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.slim (4.6ms) Rendered layouts/_messages.slim (8.3ms)
Completed 200 OK in 146ms (Views: 135.7ms | ActiveRecord: 3.6ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 19:57:58 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.8ms) Rendered layouts/_navigation.slim (16.8ms) Rendered layouts/_messages.slim (25.7ms)
Completed 200 OK in 216ms (Views: 207.2ms | ActiveRecord: 2.6ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 20:03:10 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (8.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (23.1ms) Rendered layouts/_navigation.slim (18.3ms) Rendered layouts/_messages.slim (15.0ms)
Completed 200 OK in 476ms (Views: 382.0ms | ActiveRecord: 8.3ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 20:04:08 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.slim (15.9ms) Rendered layouts/_messages.slim (16.2ms)
Completed 200 OK in 243ms (Views: 233.7ms | ActiveRecord: 0.5ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 20:04:53 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms) Rendered layouts/_navigation.slim (4.6ms) Rendered layouts/_messages.slim (6.6ms)
Completed 200 OK in 204ms (Views: 196.0ms | ActiveRecord: 0.6ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 20:05:11 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (2.0ms) Rendered layouts/_navigation.slim (17.4ms) Rendered layouts/_messages.slim (8.7ms)
Completed 200 OK in 187ms (Views: 174.8ms | ActiveRecord: 2.8ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 20:06:58 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (3.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.3ms) Rendered layouts/_navigation.slim (6.7ms) Rendered layouts/_messages.slim (4.5ms)
Completed 200 OK in 1703ms (Views: 1656.5ms | ActiveRecord: 3.9ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 20:07:09 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms) Rendered layouts/_navigation.slim (4.7ms) Rendered layouts/_messages.slim (5.0ms)
Completed 200 OK in 1337ms (Views: 1328.1ms | ActiveRecord: 0.2ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 20:08:25 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms)
Completed 200 OK in 43ms (Views: 27.8ms | ActiveRecord: 0.7ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 20:08:38 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.4ms)
Completed 200 OK in 26ms (Views: 19.3ms | ActiveRecord: 0.6ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 20:09:14 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (1.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.4ms) Rendered layouts/_navigation.html.slim (10.3ms) Rendered layouts/_messages.slim (4.2ms)
Completed 200 OK in 1475ms (Views: 1466.8ms | ActiveRecord: 1.2ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 20:09:45 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (8.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.2ms) Rendered layouts/_navigation.html.slim (9.2ms) Rendered layouts/_messages.slim (4.4ms)
Completed 200 OK in 1809ms (Views: 1765.8ms | ActiveRecord: 8.0ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 20:10:02 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (8.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.4ms) Rendered layouts/_navigation.html.slim (7.4ms) Rendered layouts/_messages.slim (5.1ms)
Completed 200 OK in 114ms (Views: 96.0ms | ActiveRecord: 8.3ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 20:10:25 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (4.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.3ms) Rendered layouts/_navigation.html.slim (25.3ms) Rendered layouts/_messages.slim (7.3ms)
Completed 200 OK in 245ms (Views: 197.2ms | ActiveRecord: 4.6ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 20:17:27 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (4.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.2ms) Rendered layouts/_navigation.html.slim (18.4ms) Rendered layouts/_messages.slim (7.4ms)
Completed 200 OK in 263ms (Views: 223.8ms | ActiveRecord: 4.6ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 20:17:45 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.html.slim (16.0ms) Rendered layouts/_messages.slim (5.5ms)
Completed 200 OK in 125ms (Views: 116.4ms | ActiveRecord: 0.5ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 20:18:13 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms) Rendered layouts/_navigation.slim (636.1ms)
Completed 401 Unauthorized in 694ms (ActiveRecord: 0.5ms)
ActionView::Template::Error (undefined local variable or method `static_pages_Welcom_url' for #<#<Class:0x007fc296081af0>:0x007fc2992a2930> Did you mean? static_pages_Welcome_url
static_pages_Welcome_path
static_pages_Contact_url
static_pages_About_url):
10:
11: ul.navbar-nav.justify-content-end
12: li.navitem-active
13: ==link_to current_user.email, static_pages_Welcom_url, class: 'nav-link'
14:
15:
16:
app/views/layouts/_navigation.slim:13:in `_app_views_layouts__navigation_slim___2141593825592298163_70236824253320' app/views/layouts/application.slim:16:in `_app_views_layouts_application_slim__3899454188774487986_70236884976880' Started GET “/” for 127.0.0.1 at 2018-03-11 20:18:29 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (1.2ms) Rendered layouts/_navigation.slim (4.3ms) Rendered layouts/_messages.slim (3.6ms)
Completed 200 OK in 125ms (Views: 116.6ms | ActiveRecord: 0.4ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.js.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2018-03-11 20:20:34 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms) Rendered layouts/_navigation.slim (5.2ms) Rendered layouts/_messages.slim (5.9ms)
Completed 200 OK in 186ms (Views: 165.5ms | ActiveRecord: 2.1ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.js.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2018-03-11 20:20:50 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.0ms) Rendered layouts/_navigation.slim (18.6ms) Rendered layouts/_messages.slim (12.4ms)
Completed 200 OK in 229ms (Views: 204.8ms | ActiveRecord: 2.8ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 20:21:00 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms) Rendered layouts/_navigation.slim (6.9ms) Rendered layouts/_messages.slim (9.5ms)
Completed 200 OK in 141ms (Views: 130.6ms | ActiveRecord: 0.4ms)
Started GET “/” for 127.0.0.1 at 2018-03-11 20:21:35 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.8ms) Rendered layouts/_navigation.slim (7.9ms) Rendered layouts/_messages.slim (6.9ms)
Completed 200 OK in 133ms (Views: 123.2ms | ActiveRecord: 2.7ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.js.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2018-03-11 20:23:40 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (3.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (5.9ms)
Completed 401 Unauthorized in 935ms (ActiveRecord: 3.8ms)
ActionView::Template::Error (File to import not found or unreadable: customs.scss. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config
/Users/musochilimboyi/CashFlosum/app/assets/images
/Users/musochilimboyi/CashFlosum/app/assets/javascripts
/Users/musochilimboyi/CashFlosum/app/assets/stylesheets
/Users/musochilimboyi/CashFlosum/vendor/assets/javascript
/Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts
/Users/musochilimboyi/CashFlosum/node_modules):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12: p.notice= notice
13: p.alert= alert
app/assets/stylesheets/application.scss:17 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim__3899454188774487986_70236891466320' Started GET “/” for 127.0.0.1 at 2018-03-11 20:24:02 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (3.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.4ms) Rendered layouts/_navigation.slim (5.3ms) Rendered layouts/_messages.slim (5.5ms)
Completed 200 OK in 1400ms (Views: 1384.9ms | ActiveRecord: 3.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.js.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-11 20:24:12 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (5.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.slim (5.3ms) Rendered layouts/_messages.slim (4.3ms)
Completed 200 OK in 122ms (Views: 106.4ms | ActiveRecord: 5.6ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.js.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-11 20:24:44 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (1.0ms) Rendered layouts/_navigation.slim (5.5ms) Rendered layouts/_messages.slim (3.8ms)
Completed 200 OK in 143ms (Views: 122.4ms | ActiveRecord: 0.5ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.js.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-11 20:27:56 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (4.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.8ms) Rendered layouts/_navigation.slim (14.4ms) Rendered layouts/_messages.slim (15.2ms)
Completed 200 OK in 294ms (Views: 249.3ms | ActiveRecord: 4.5ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.js.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-11 20:28:12 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.4ms) Rendered layouts/_navigation.slim (4.4ms) Rendered layouts/_messages.slim (4.8ms)
Completed 200 OK in 57ms (Views: 52.1ms | ActiveRecord: 0.3ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.js.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-11 20:28:21 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.slim (5.1ms) Rendered layouts/_messages.slim (3.9ms)
Completed 200 OK in 118ms (Views: 112.6ms | ActiveRecord: 0.4ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.js.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-11 20:30:10 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (3.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (12.3ms) Rendered layouts/_navigation.slim (18.1ms) Rendered layouts/_messages.slim (20.8ms)
Completed 200 OK in 329ms (Views: 281.6ms | ActiveRecord: 3.6ms)
Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-11 20:30:20 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms) Rendered layouts/_navigation.slim (7.1ms) Rendered layouts/_messages.slim (5.0ms)
Completed 200 OK in 74ms (Views: 68.1ms | ActiveRecord: 0.3ms)
Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-11 20:30:52 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms) Rendered layouts/_navigation.slim (6.3ms) Rendered layouts/_messages.slim (5.7ms)
Completed 200 OK in 68ms (Views: 64.5ms | ActiveRecord: 0.2ms)
Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-11 20:31:01 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms) Rendered layouts/_navigation.slim (9.0ms) Rendered layouts/_messages.slim (4.3ms)
Completed 200 OK in 68ms (Views: 62.6ms | ActiveRecord: 0.5ms)
Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-11 20:32:29 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (3.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (9.8ms) Rendered layouts/_navigation.slim (11.5ms) Rendered layouts/_messages.slim (8.5ms)
Completed 200 OK in 247ms (Views: 199.9ms | ActiveRecord: 3.0ms)
Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-11 20:32:32 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms) Rendered layouts/_navigation.slim (13.9ms) Rendered layouts/_messages.slim (10.8ms)
Completed 200 OK in 101ms (Views: 96.6ms | ActiveRecord: 0.2ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-11 20:33:19 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms) Rendered layouts/_navigation.slim (8.8ms) Rendered layouts/_messages.slim (10.8ms)
Completed 200 OK in 147ms (Views: 137.0ms | ActiveRecord: 2.9ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.js.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-11 20:33:28 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms) Rendered layouts/_navigation.slim (6.4ms) Rendered layouts/_messages.slim (4.0ms)
Completed 200 OK in 105ms (Views: 98.2ms | ActiveRecord: 0.5ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.js.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-11 20:34:00 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (6.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms) Rendered layouts/_navigation.slim (8.2ms) Rendered layouts/_messages.slim (5.4ms)
Completed 200 OK in 1480ms (Views: 1448.6ms | ActiveRecord: 6.8ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.js.map”):
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.css.map”): actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-11 20:34:15 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.4ms) Rendered layouts/_navigation.slim (5.2ms) Rendered layouts/_messages.slim (4.5ms)
Completed 200 OK in 1115ms (Views: 1110.7ms | ActiveRecord: 0.3ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.css.map”):
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.js.map”): actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-11 20:34:55 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms) Rendered layouts/_navigation.slim (4.3ms) Rendered layouts/_messages.slim (3.9ms)
Completed 200 OK in 1377ms (Views: 1370.9ms | ActiveRecord: 0.3ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.js.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
[1m[35m (2.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Migrating to CreateCashflows (20180311184147)
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
[1m[35m (2.3ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (0.7ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "accountName" varchar, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (2.1ms)[0m [1m[31mrollback transaction[0m
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Migrating to CreateCashflows (20180311184147)
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (1.0ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35mSQL (4.7ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20180311184147"]]
[1m[35m (3.9ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (5.4ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_reset_password_token' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_reset_password_token' AND type='index'
[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (2.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Migrating to CreateExpenses (20180311185712)
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35m (2.4ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (0.9ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "line" varchar, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35mSQL (2.5ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20180311185712"]]
[1m[35m (3.7ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (2.6ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_reset_password_token' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_reset_password_token' AND type='index'
[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-11 23:40:01 +0200
[1m[35m (3.8ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.1ms) Rendered layouts/_navigation.slim (10.8ms) Rendered layouts/_messages.slim (8.4ms)
Completed 200 OK in 11641ms (Views: 11522.0ms | ActiveRecord: 4.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 00:10:28 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 88ms (ActiveRecord: 2.4ms)
NoMethodError (undefined method `Expense' for #<User:0x007fadd85ae938>):
app/controllers/expenses_controller.rb:7:in `index' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 00:10:56 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 40ms (ActiveRecord: 3.9ms)
NoMethodError (undefined method `expenses' for #<User:0x007faddb809dd8>):
app/controllers/expenses_controller.rb:7:in `index' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 00:11:12 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 40ms (ActiveRecord: 3.4ms)
NoMethodError (undefined method `expense' for #<User:0x007fadd845f280>):
app/controllers/expenses_controller.rb:7:in `index'
[1m[35m (2.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Migrating to AddUserIdToExpenses (20180311222744)
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (2.9ms)[0m [1m[35mALTER TABLE "expenses" ADD "user_id" integer[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (2.2ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35mSQL (2.7ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20180311222744"]]
[1m[35m (3.4ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (7.0ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_user_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_user_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_reset_password_token' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_reset_password_token' AND type='index'
[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m Started GET “/expenses” for 127.0.0.1 at 2018-03-12 00:30:44 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 79ms (ActiveRecord: 3.8ms)
NoMethodError (undefined method `expense' for #<User:0x007fd7353ce358> Did you mean? expenses
expenses=):
app/controllers/expenses_controller.rb:7:in `index' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 00:31:09 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (4.9ms) Rendered layouts/_navigation.slim (5.9ms) Rendered layouts/_messages.slim (3.9ms)
Completed 200 OK in 10408ms (Views: 10291.3ms | ActiveRecord: 6.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 01:09:11 +0200
[1m[35m (2.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (13.0ms)
Completed 401 Unauthorized in 756ms (ActiveRecord: 4.8ms)
ActionView::Template::Error (couldn't find file 'jquery.ui.core' with type 'text/css' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config
/Users/musochilimboyi/CashFlosum/app/assets/images
/Users/musochilimboyi/CashFlosum/app/assets/javascripts
/Users/musochilimboyi/CashFlosum/app/assets/stylesheets
/Users/musochilimboyi/CashFlosum/vendor/assets/javascript
/Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts
/Users/musochilimboyi/CashFlosum/node_modules):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12: p.notice= notice
13: p.alert= alert
app/assets/stylesheets/application.scss:14 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim___1815068986849917055_70120959422700' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 01:12:06 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (1.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (9.3ms)
Completed 401 Unauthorized in 819ms (ActiveRecord: 6.2ms)
ActionView::Template::Error (File to import not found or unreadable: jquery.ui.core. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config
/Users/musochilimboyi/CashFlosum/app/assets/images
/Users/musochilimboyi/CashFlosum/app/assets/javascripts
/Users/musochilimboyi/CashFlosum/app/assets/stylesheets
/Users/musochilimboyi/CashFlosum/vendor/assets/javascript
/Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts
/Users/musochilimboyi/CashFlosum/node_modules):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12: p.notice= notice
13: p.alert= alert
app/assets/stylesheets/application.scss:20 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim___1815068986849917055_70120981702540' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 01:14:03 +0200
[1m[35m (2.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (8.6ms)
Completed 401 Unauthorized in 1783ms (ActiveRecord: 9.5ms)
ActionView::Template::Error (couldn't find file 'dataTables/jquery.dataTables' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config
/Users/musochilimboyi/CashFlosum/app/assets/images
/Users/musochilimboyi/CashFlosum/app/assets/javascripts
/Users/musochilimboyi/CashFlosum/app/assets/stylesheets
/Users/musochilimboyi/CashFlosum/vendor/assets/javascript
/Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts
/Users/musochilimboyi/CashFlosum/node_modules):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12: p.notice= notice
13: p.alert= alert
app/assets/javascripts/application.js:15 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim___805544929955856293_70105268921200' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 01:14:46 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (4.3ms)
Completed 401 Unauthorized in 57ms (ActiveRecord: 4.8ms)
ActionView::Template::Error (couldn't find file 'dataTables/jquery.dataTables' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config
/Users/musochilimboyi/CashFlosum/app/assets/images
/Users/musochilimboyi/CashFlosum/app/assets/javascripts
/Users/musochilimboyi/CashFlosum/app/assets/stylesheets
/Users/musochilimboyi/CashFlosum/vendor/assets/javascript
/Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts
/Users/musochilimboyi/CashFlosum/node_modules):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12: p.notice= notice
13: p.alert= alert
app/assets/javascripts/application.js:15 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim___805544929955856293_70105272799380' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 01:16:38 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (13.5ms)
Completed 401 Unauthorized in 141ms (ActiveRecord: 6.0ms)
ActionView::Template::Error (couldn't find file 'dataTables/bootstrap/3/jquery.dataTables.bootstrap' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config
/Users/musochilimboyi/CashFlosum/app/assets/images
/Users/musochilimboyi/CashFlosum/app/assets/javascripts
/Users/musochilimboyi/CashFlosum/app/assets/stylesheets
/Users/musochilimboyi/CashFlosum/vendor/assets/javascript
/Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts
/Users/musochilimboyi/CashFlosum/node_modules):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12: p.notice= notice
13: p.alert= alert
app/assets/javascripts/application.js:15 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim___805544929955856293_70105348395740' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 01:19:35 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (8.2ms)
Completed 401 Unauthorized in 466ms (ActiveRecord: 6.0ms)
ActionView::Template::Error (couldn't find file 'dataTables/jquery.dataTables' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config
/Users/musochilimboyi/CashFlosum/app/assets/images
/Users/musochilimboyi/CashFlosum/app/assets/javascripts
/Users/musochilimboyi/CashFlosum/app/assets/stylesheets
/Users/musochilimboyi/CashFlosum/vendor/assets/javascript
/Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts
/Users/musochilimboyi/CashFlosum/node_modules):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12: p.notice= notice
13: p.alert= alert
app/assets/javascripts/application.js:15 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim__2445277746502694465_70309875313280' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 01:21:46 +0200
[1m[35m (2.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (8.3ms)
Completed 401 Unauthorized in 3631ms (ActiveRecord: 5.4ms)
ActionView::Template::Error (SyntaxError: [stdin]:7:1: unexpected indentation):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12: p.notice= notice
13: p.alert= alert
(execjs):7539:8 (execjs):7545:14 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim__250486787330595016_70253066226380' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 01:23:40 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (10.3ms)
Completed 401 Unauthorized in 1026ms (ActiveRecord: 7.1ms)
ActionView::Template::Error (SyntaxError: [stdin]:7:1: unexpected indentation):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12: p.notice= notice
13: p.alert= alert
(execjs):7539:8 (execjs):7545:14 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim__250486787330595016_70253124570000' Started GET “/” for 127.0.0.1 at 2018-03-12 01:24:09 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (1.5ms)
Completed 401 Unauthorized in 864ms (ActiveRecord: 0.8ms)
ActionView::Template::Error (SyntaxError: [stdin]:7:1: unexpected indentation):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12: p.notice= notice
13: p.alert= alert
(execjs):7539:8 (execjs):7545:14 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim__250486787330595016_70253124112180' Started POST “/__web_console/repl_sessions/24730b5f2ad9320c263708d8297f27a0/trace” for 127.0.0.1 at 2018-03-12 01:24:21 +0200 Started POST “/__web_console/repl_sessions/24730b5f2ad9320c263708d8297f27a0/trace” for 127.0.0.1 at 2018-03-12 01:24:27 +0200 Started GET “/” for 127.0.0.1 at 2018-03-12 01:27:19 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.8ms)
Completed 401 Unauthorized in 1683ms (ActiveRecord: 3.7ms)
ActionView::Template::Error (SyntaxError: [stdin]:7:1: unexpected indentation):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12: p.notice= notice
13: p.alert= alert
(execjs):7539:8 (execjs):7545:14 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim__4366080799253626735_70200329434620' Started GET “/” for 127.0.0.1 at 2018-03-12 01:27:56 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (5.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms)
Completed 401 Unauthorized in 923ms (ActiveRecord: 5.6ms)
ActionView::Template::Error (SyntaxError: [stdin]:7:1: unexpected indentation):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12: p.notice= notice
13: p.alert= alert
(execjs):7539:8 (execjs):7545:14 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim__4366080799253626735_70200381405220' Started GET “/” for 127.0.0.1 at 2018-03-12 01:30:33 +0200
[1m[35m (2.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.8ms) Rendered layouts/_navigation.slim (9.3ms) Rendered layouts/_messages.slim (5.6ms)
Completed 200 OK in 10376ms (Views: 10302.6ms | ActiveRecord: 3.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 01:30:50 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/index.slim within layouts/application (6.7ms)
Completed 401 Unauthorized in 86ms (ActiveRecord: 3.5ms)
SyntaxError (/Users/musochilimboyi/CashFlosum/app/views/expenses/index.slim:22: syntax error, unexpected tLABEL …thod: :delete, data: confirm: 'Are you sure?'))).to_s)); … ^):
app/views/expenses/index.slim:22: syntax error, unexpected tLABEL Started GET “/expenses” for 127.0.0.1 at 2018-03-12 01:31:32 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/index.slim within layouts/application (31.6ms)
Completed 401 Unauthorized in 76ms (ActiveRecord: 3.2ms)
SyntaxError (/Users/musochilimboyi/CashFlosum/app/views/expenses/index.slim:22: syntax error, unexpected tLABEL …thod: :delete, data: confirm: 'Are you sure?'))).to_s)); … ^):
app/views/expenses/index.slim:22: syntax error, unexpected tLABEL Started GET “/expenses” for 127.0.0.1 at 2018-03-12 01:31:43 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (0.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (17.3ms) Rendered layouts/_navigation.slim (12.4ms) Rendered layouts/_messages.slim (11.2ms)
Completed 200 OK in 319ms (Views: 310.2ms | ActiveRecord: 3.2ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-12 01:31:51 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 29ms (ActiveRecord: 0.3ms)
NoMethodError (undefined method `expense' for #<User:0x007f8665a227e8> Did you mean? expenses
expenses=):
app/controllers/expenses_controller.rb:17:in `new' Started GET “/expenses/new” for 127.0.0.1 at 2018-03-12 01:32:14 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (453.8ms) Rendered expenses/new.html.erb within layouts/application (463.1ms) Rendered layouts/_navigation.slim (6.9ms) Rendered layouts/_messages.slim (7.1ms)
Completed 200 OK in 683ms (Views: 604.2ms | ActiveRecord: 2.3ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-12 01:41:31 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (2.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (23.3ms) Rendered expenses/new.html.erb within layouts/application (32.4ms) Rendered layouts/_navigation.slim (17.0ms) Rendered layouts/_messages.slim (6.9ms)
Completed 200 OK in 308ms (Views: 260.9ms | ActiveRecord: 2.1ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-12 01:45:10 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (9.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (60.9ms) Rendered expenses/new.html.erb within layouts/application (74.7ms) Rendered layouts/_navigation.slim (16.2ms) Rendered layouts/_messages.slim (19.0ms)
Completed 200 OK in 540ms (Views: 454.4ms | ActiveRecord: 9.8ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-12 01:46:27 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#new as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (441.7ms) Rendered expenses/new.html.erb within layouts/application (457.8ms) Rendered layouts/_navigation.slim (7.4ms) Rendered layouts/_messages.slim (4.0ms)
Completed 200 OK in 13664ms (Views: 13505.9ms | ActiveRecord: 5.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 01:46:46 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (9.4ms) Rendered layouts/_navigation.slim (12.2ms) Rendered layouts/_messages.slim (4.0ms)
Completed 200 OK in 101ms (Views: 88.1ms | ActiveRecord: 4.8ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-12 01:53:12 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (11.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (25.7ms) Rendered expenses/new.html.erb within layouts/application (34.1ms) Rendered layouts/_navigation.slim (10.3ms) Rendered layouts/_messages.slim (8.1ms)
Completed 200 OK in 324ms (Views: 257.7ms | ActiveRecord: 11.1ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-12 01:53:28 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"TI+dhu3gEM/wwYMbRgKDYxmHFElqJgsUuKqZ7Re2OP5OWg+aXNmyEUM4R3pqhb5cWV3X11K+FrGN9fUq89nfMg==", "expense"=>{"line"=>"this", "Date(1i)"=>"2018", "Date(2i)"=>"3", "Date(3i)"=>"11", "AccountName"=>"acount name ", "Description"=>"expnse paid for ", "Expense"=>"a;djfa "}, "commit"=>"Create"}
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 41ms (ActiveRecord: 2.3ms)
NoMethodError (undefined method `expense' for #<User:0x007ff12ef81b10> Did you mean? expenses
expenses=):
app/controllers/expenses_controller.rb:27:in `create' Started POST “/expenses” for 127.0.0.1 at 2018-03-12 01:56:01 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"TI+dhu3gEM/wwYMbRgKDYxmHFElqJgsUuKqZ7Re2OP5OWg+aXNmyEUM4R3pqhb5cWV3X11K+FrGN9fUq89nfMg==", "expense"=>{"line"=>"this", "Date(1i)"=>"2018", "Date(2i)"=>"3", "Date(3i)"=>"11", "AccountName"=>"acount name ", "Description"=>"expnse paid for ", "Expense"=>"a;djfa "}, "commit"=>"Create"}
[1m[36mUser Load (1.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 69ms (ActiveRecord: 6.3ms)
NoMethodError (undefined method `build' for nil:NilClass):
app/controllers/expenses_controller.rb:27:in `create' Started POST “/expenses” for 127.0.0.1 at 2018-03-12 01:56:17 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"TI+dhu3gEM/wwYMbRgKDYxmHFElqJgsUuKqZ7Re2OP5OWg+aXNmyEUM4R3pqhb5cWV3X11K+FrGN9fUq89nfMg==", "expense"=>{"line"=>"this", "Date(1i)"=>"2018", "Date(2i)"=>"3", "Date(3i)"=>"11", "AccountName"=>"acount name ", "Description"=>"expnse paid for ", "Expense"=>"a;djfa "}, "commit"=>"Create"}
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 41ms (ActiveRecord: 3.4ms)
NoMethodError (undefined method `build' for nil:NilClass):
app/controllers/expenses_controller.rb:27:in `create' Started POST “/expenses” for 127.0.0.1 at 2018-03-12 01:56:43 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"TI+dhu3gEM/wwYMbRgKDYxmHFElqJgsUuKqZ7Re2OP5OWg+aXNmyEUM4R3pqhb5cWV3X11K+FrGN9fUq89nfMg==", "expense"=>{"line"=>"this", "Date(1i)"=>"2018", "Date(2i)"=>"3", "Date(3i)"=>"11", "AccountName"=>"acount name ", "Description"=>"expnse paid for ", "Expense"=>"a;djfa "}, "commit"=>"Create"}
[1m[36mUser Load (2.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (3.4ms)[0m [1m[32mINSERT INTO "expenses" ("line", "Date", "AccountName", "Description", "Expense", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["line", "this"], ["Date", "2018-03-11"], ["AccountName", "acount name "], ["Description", "expnse paid for "], ["Expense", "a;djfa "], ["created_at", "2018-03-11 23:56:43.295308"], ["updated_at", "2018-03-11 23:56:43.295308"], ["user_id", 1]]
[1m[35m (3.6ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses/1 Completed 302 Found in 104ms (ActiveRecord: 13.2ms)
Started GET “/expenses/1” for 127.0.0.1 at 2018-03-12 01:56:43 +0200 Processing by ExpensesController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 163ms (ActiveRecord: 0.3ms)
NoMethodError (undefined method `set_expense' for #<ExpensesController:0x007ff137118d90> Did you mean? set_response!):
activesupport (5.1.5) lib/active_support/callbacks.rb:413:in `block in make_lambda' activesupport (5.1.5) lib/active_support/callbacks.rb:178:in `block (2 levels) in halting_and_conditional' actionpack (5.1.5) lib/abstract_controller/callbacks.rb:12:in `block (2 levels) in <module:Callbacks>' activesupport (5.1.5) lib/active_support/callbacks.rb:179:in `block in halting_and_conditional' activesupport (5.1.5) lib/active_support/callbacks.rb:507:in `block in invoke_before' activesupport (5.1.5) lib/active_support/callbacks.rb:507:in `each' activesupport (5.1.5) lib/active_support/callbacks.rb:507:in `invoke_before' activesupport (5.1.5) lib/active_support/callbacks.rb:130:in `run_callbacks' actionpack (5.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (5.1.5) lib/action_controller/metal/rescue.rb:20:in `process_action' actionpack (5.1.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (5.1.5) lib/active_support/notifications.rb:166:in `block in instrument' activesupport (5.1.5) lib/active_support/notifications/instrumenter.rb:21:in `instrument' activesupport (5.1.5) lib/active_support/notifications.rb:166:in `instrument' actionpack (5.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (5.1.5) lib/action_controller/metal/params_wrapper.rb:252:in `process_action' activerecord (5.1.5) lib/active_record/railties/controller_runtime.rb:22:in `process_action' actionpack (5.1.5) lib/abstract_controller/base.rb:124:in `process' actionview (5.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (5.1.5) lib/action_controller/metal.rb:189:in `dispatch' actionpack (5.1.5) lib/action_controller/metal.rb:253:in `dispatch' actionpack (5.1.5) lib/action_dispatch/routing/route_set.rb:49:in `dispatch' actionpack (5.1.5) lib/action_dispatch/routing/route_set.rb:31:in `serve' actionpack (5.1.5) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (5.1.5) lib/action_dispatch/journey/router.rb:33:in `each' actionpack (5.1.5) lib/action_dispatch/journey/router.rb:33:in `serve' actionpack (5.1.5) lib/action_dispatch/routing/route_set.rb:844:in `call' omniauth (1.8.1) lib/omniauth/strategy.rb:190:in `call!' omniauth (1.8.1) lib/omniauth/strategy.rb:168:in `call' warden (1.2.7) lib/warden/manager.rb:36:in `block in call' warden (1.2.7) lib/warden/manager.rb:35:in `catch' warden (1.2.7) lib/warden/manager.rb:35:in `call' rack (2.0.4) lib/rack/etag.rb:25:in `call' rack (2.0.4) lib/rack/conditional_get.rb:25:in `call' rack (2.0.4) lib/rack/head.rb:12:in `call' rack (2.0.4) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.4) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/cookies.rb:613:in `call' activerecord (5.1.5) lib/active_record/migration.rb:556:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call' activesupport (5.1.5) lib/active_support/callbacks.rb:97:in `run_callbacks' actionpack (5.1.5) lib/action_dispatch/middleware/callbacks.rb:24:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses/1” for 127.0.0.1 at 2018-03-12 01:57:24 +0200 Processing by ExpensesController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 1], ["LIMIT", 1]]
Rendering expenses/show.html.erb within layouts/application
Rendered expenses/show.html.erb within layouts/application (6.3ms)
Rendered layouts/_navigation.slim (3.7ms)
Rendered layouts/_messages.slim (4.8ms)
Completed 200 OK in 246ms (Views: 200.6ms | ActiveRecord: 2.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 01:57:33 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (6.1ms) Rendered layouts/_navigation.slim (5.6ms) Rendered layouts/_messages.slim (3.8ms)
Completed 200 OK in 93ms (Views: 78.1ms | ActiveRecord: 1.0ms)
Started GET “/” for 127.0.0.1 at 2018-03-12 02:00:51 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (1.4ms) Rendered layouts/_navigation.slim (7.8ms) Rendered layouts/_messages.slim (9.8ms)
Completed 200 OK in 217ms (Views: 204.9ms | ActiveRecord: 0.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 02:01:02 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (13.4ms) Rendered layouts/_navigation.slim (8.1ms) Rendered layouts/_messages.slim (11.4ms)
Completed 200 OK in 154ms (Views: 139.2ms | ActiveRecord: 0.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 02:22:16 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (54.6ms)
Completed 401 Unauthorized in 1920ms (ActiveRecord: 8.1ms)
ActionView::Template::Error (couldn't find file 'dataTables/jquery.dataTables' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config
/Users/musochilimboyi/CashFlosum/app/assets/images
/Users/musochilimboyi/CashFlosum/app/assets/javascripts
/Users/musochilimboyi/CashFlosum/app/assets/stylesheets
/Users/musochilimboyi/CashFlosum/vendor/assets/javascript
/Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts
/Users/musochilimboyi/CashFlosum/node_modules):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12: p.notice= notice
13: p.alert= alert
app/assets/javascripts/application.js:15 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim___1901084510149961258_70262584087740' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 02:24:29 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (66.8ms)
Completed 401 Unauthorized in 2176ms (ActiveRecord: 7.1ms)
ActionView::Template::Error (couldn't find file 'dataTables/jquery.dataTables' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config
/Users/musochilimboyi/CashFlosum/app/assets/images
/Users/musochilimboyi/CashFlosum/app/assets/javascripts
/Users/musochilimboyi/CashFlosum/app/assets/stylesheets
/Users/musochilimboyi/CashFlosum/vendor/assets/DataTables
/Users/musochilimboyi/CashFlosum/vendor/assets/javascript
/Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts
/Users/musochilimboyi/CashFlosum/node_modules):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12: p.notice= notice
13: p.alert= alert
app/assets/javascripts/application.js:15 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim__2922572701261726957_70184604564720' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 02:25:51 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (35.1ms)
Completed 401 Unauthorized in 1524ms (ActiveRecord: 4.7ms)
ActionView::Template::Error (couldn't find file 'dataTables' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config
/Users/musochilimboyi/CashFlosum/app/assets/images
/Users/musochilimboyi/CashFlosum/app/assets/javascripts
/Users/musochilimboyi/CashFlosum/app/assets/stylesheets
/Users/musochilimboyi/CashFlosum/vendor/assets/DataTables
/Users/musochilimboyi/CashFlosum/vendor/assets/javascript
/Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts
/Users/musochilimboyi/CashFlosum/node_modules):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12: p.notice= notice
13: p.alert= alert
app/assets/javascripts/application.js:15 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim__2922572701261726957_70184681912340' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 02:26:24 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (12.3ms)
Completed 401 Unauthorized in 81ms (ActiveRecord: 7.1ms)
ActionView::Template::Error (couldn't find file 'dataTables.min.js' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config
/Users/musochilimboyi/CashFlosum/app/assets/images
/Users/musochilimboyi/CashFlosum/app/assets/javascripts
/Users/musochilimboyi/CashFlosum/app/assets/stylesheets
/Users/musochilimboyi/CashFlosum/vendor/assets/DataTables
/Users/musochilimboyi/CashFlosum/vendor/assets/javascript
/Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts
/Users/musochilimboyi/CashFlosum/node_modules):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12: p.notice= notice
13: p.alert= alert
app/assets/javascripts/application.js:15 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim__2922572701261726957_70184682122940' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 02:26:50 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (1.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (9.4ms) Rendered layouts/_navigation.slim (7.9ms) Rendered layouts/_messages.slim (5.4ms)
Completed 200 OK in 8679ms (Views: 8661.9ms | ActiveRecord: 3.9ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-12 02:27:08 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (9.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (440.3ms) Rendered expenses/new.html.erb within layouts/application (446.1ms) Rendered layouts/_navigation.slim (4.1ms) Rendered layouts/_messages.slim (4.3ms)
Completed 200 OK in 527ms (Views: 504.5ms | ActiveRecord: 9.8ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-12 02:27:15 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (4.0ms) Rendered expenses/new.html.erb within layouts/application (6.4ms) Rendered layouts/_navigation.slim (3.6ms) Rendered layouts/_messages.slim (4.4ms)
Completed 200 OK in 467ms (Views: 462.2ms | ActiveRecord: 0.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 02:27:17 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (9.9ms) Rendered layouts/_navigation.slim (3.8ms) Rendered layouts/_messages.slim (3.7ms)
Completed 200 OK in 98ms (Views: 72.2ms | ActiveRecord: 6.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 02:27:20 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (10.0ms) Rendered layouts/_navigation.slim (3.9ms) Rendered layouts/_messages.slim (4.1ms)
Completed 200 OK in 71ms (Views: 61.1ms | ActiveRecord: 1.2ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 02:28:24 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (8.7ms) Rendered layouts/_navigation.slim (5.5ms) Rendered layouts/_messages.slim (8.6ms)
Completed 200 OK in 133ms (Views: 124.2ms | ActiveRecord: 0.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 02:40:18 +0200
[1m[35m (0.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (0.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (73.4ms) Rendered layouts/_navigation.slim (4.8ms) Rendered layouts/_messages.slim (4.0ms)
Completed 200 OK in 6161ms (Views: 6001.3ms | ActiveRecord: 5.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 02:48:29 +0200
[1m[35m (2.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (58.6ms) Rendered layouts/_navigation.slim (4.3ms) Rendered layouts/_messages.slim (6.4ms)
Completed 200 OK in 10445ms (Views: 10309.5ms | ActiveRecord: 7.3ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-12 02:48:45 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (2.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (370.6ms) Rendered expenses/new.html.erb within layouts/application (387.1ms) Rendered layouts/_navigation.slim (6.0ms) Rendered layouts/_messages.slim (3.8ms)
Completed 200 OK in 512ms (Views: 497.4ms | ActiveRecord: 2.8ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-12 02:54:12 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#new as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (419.2ms) Rendered expenses/new.html.erb within layouts/application (429.4ms) Rendered layouts/_navigation.slim (8.8ms) Rendered layouts/_messages.slim (4.9ms)
Completed 200 OK in 4548ms (Views: 4385.1ms | ActiveRecord: 4.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 02:54:22 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (10.9ms) Rendered layouts/_navigation.slim (5.9ms) Rendered layouts/_messages.slim (5.6ms)
Completed 200 OK in 93ms (Views: 84.3ms | ActiveRecord: 2.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 02:54:25 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (8.8ms) Rendered layouts/_navigation.slim (5.0ms) Rendered layouts/_messages.slim (4.0ms)
Completed 200 OK in 75ms (Views: 69.2ms | ActiveRecord: 0.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 02:55:14 +0200
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (60.6ms) Rendered layouts/_navigation.slim (5.9ms) Rendered layouts/_messages.slim (3.7ms)
Completed 200 OK in 3754ms (Views: 3622.3ms | ActiveRecord: 7.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 02:58:51 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (34.3ms) Rendered layouts/_navigation.slim (9.0ms) Rendered layouts/_messages.slim (12.3ms)
Completed 401 Unauthorized in 1404ms (ActiveRecord: 6.8ms)
ActionView::Template::Error (SyntaxError: [stdin]:1:19: reserved word 'function'):
20: = yield 21: 22: 23: = javascript_include_tag 'application', 'data-turbolinks-track' => 'reload'
(execjs):7539:8 (execjs):7545:14 app/views/layouts/application.slim:23:in `_app_views_layouts_application_slim__1565980350257565547_70340614477700' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 02:59:23 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (14.5ms) Rendered layouts/_navigation.slim (8.1ms) Rendered layouts/_messages.slim (7.5ms)
Completed 200 OK in 1392ms (Views: 1378.7ms | ActiveRecord: 5.2ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.js.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:01:34 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (6.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (41.6ms) Rendered layouts/_navigation.slim (9.2ms) Rendered layouts/_messages.slim (9.7ms)
Completed 200 OK in 648ms (Views: 600.6ms | ActiveRecord: 10.8ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.js.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:08:35 +0200
[1m[35m (2.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (59.8ms)
Completed 401 Unauthorized in 668ms (ActiveRecord: 6.2ms)
ActionView::Template::Error (couldn't find file 'responsive.bootstrap' with type 'text/css' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config
/Users/musochilimboyi/CashFlosum/app/assets/images
/Users/musochilimboyi/CashFlosum/app/assets/javascripts
/Users/musochilimboyi/CashFlosum/app/assets/stylesheets
/Users/musochilimboyi/CashFlosum/vendor/assets/javascript
/Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts
/Users/musochilimboyi/CashFlosum/node_modules):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12: p.notice= notice
13: p.alert= alert
app/assets/stylesheets/application.scss:15 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim___3360125407115808346_70180891347700' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:09:41 +0200
[1m[35m (2.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (62.1ms)
Completed 401 Unauthorized in 470ms (ActiveRecord: 7.8ms)
ActionView::Template::Error (couldn't find file 'responsive.bootstrap' with type 'text/css' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config
/Users/musochilimboyi/CashFlosum/app/assets/images
/Users/musochilimboyi/CashFlosum/app/assets/javascripts
/Users/musochilimboyi/CashFlosum/app/assets/stylesheets
/Users/musochilimboyi/CashFlosum/vendor/assets/javascript
/Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts
/Users/musochilimboyi/CashFlosum/node_modules):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12: p.notice= notice
13: p.alert= alert
app/assets/stylesheets/application.scss:15 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim__3546235652209767739_70126558930560' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:13:26 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (46.4ms)
Completed 401 Unauthorized in 953ms (ActiveRecord: 5.9ms)
ActionView::Template::Error (File to import not found or unreadable: datatables.jquuiryui. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config
/Users/musochilimboyi/CashFlosum/app/assets/images
/Users/musochilimboyi/CashFlosum/app/assets/javascripts
/Users/musochilimboyi/CashFlosum/app/assets/stylesheets
/Users/musochilimboyi/CashFlosum/vendor/assets/javascript
/Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts
/Users/musochilimboyi/CashFlosum/node_modules):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12: p.notice= notice
13: p.alert= alert
app/assets/stylesheets/application.scss:22 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim__3546235652209767739_70126590934600' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:13:52 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (8.6ms)
Completed 401 Unauthorized in 2171ms (ActiveRecord: 0.4ms)
ActionView::Template::Error (couldn't find file 'dataTables.colReorder' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config
/Users/musochilimboyi/CashFlosum/app/assets/images
/Users/musochilimboyi/CashFlosum/app/assets/javascripts
/Users/musochilimboyi/CashFlosum/app/assets/stylesheets
/Users/musochilimboyi/CashFlosum/vendor/assets/javascript
/Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts
/Users/musochilimboyi/CashFlosum/node_modules):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12: p.notice= notice
13: p.alert= alert
app/assets/javascripts/application.js:19 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim__3546235652209767739_70126628209420' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:16:48 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (6.8ms) Rendered layouts/_navigation.slim (5.7ms) Rendered layouts/_messages.slim (4.0ms)
Completed 200 OK in 9769ms (Views: 9761.4ms | ActiveRecord: 0.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:18:10 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (36.9ms) Rendered layouts/_navigation.slim (11.8ms) Rendered layouts/_messages.slim (11.6ms)
Completed 200 OK in 471ms (Views: 432.3ms | ActiveRecord: 6.6ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-12 03:18:27 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (529.7ms) Rendered expenses/new.html.erb within layouts/application (537.8ms) Rendered layouts/_navigation.slim (6.0ms) Rendered layouts/_messages.slim (6.1ms)
Completed 200 OK in 670ms (Views: 650.0ms | ActiveRecord: 2.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:18:32 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (16.1ms) Rendered layouts/_navigation.slim (6.6ms) Rendered layouts/_messages.slim (5.0ms)
Completed 200 OK in 114ms (Views: 100.1ms | ActiveRecord: 3.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:18:32 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (23.7ms) Rendered layouts/_navigation.slim (10.9ms) Rendered layouts/_messages.slim (6.0ms)
Completed 200 OK in 130ms (Views: 119.6ms | ActiveRecord: 1.2ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:20:30 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (3.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (35.7ms) Rendered layouts/_navigation.slim (6.5ms) Rendered layouts/_messages.slim (13.8ms)
Completed 200 OK in 548ms (Views: 508.9ms | ActiveRecord: 5.2ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:20:34 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (13.1ms) Rendered layouts/_navigation.slim (7.3ms) Rendered layouts/_messages.slim (6.0ms)
Completed 200 OK in 104ms (Views: 96.5ms | ActiveRecord: 0.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:20:53 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (52.7ms) Rendered layouts/_navigation.slim (4.8ms) Rendered layouts/_messages.slim (3.9ms)
Completed 200 OK in 8739ms (Views: 8609.8ms | ActiveRecord: 5.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:26:31 +0200
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (53.5ms) Rendered layouts/_navigation.slim (7.3ms) Rendered layouts/_messages.slim (6.8ms)
Completed 200 OK in 9173ms (Views: 9054.5ms | ActiveRecord: 5.4ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-12 03:26:43 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (6.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (3.9ms) Rendered layouts/_navigation.slim (4.5ms) Rendered layouts/_messages.slim (3.8ms)
Completed 200 OK in 76ms (Views: 61.0ms | ActiveRecord: 6.4ms)
Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-12 03:26:45 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.slim (4.0ms) Rendered layouts/_messages.slim (4.3ms)
Completed 200 OK in 101ms (Views: 76.0ms | ActiveRecord: 0.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:31:23 +0200
[1m[35m (1.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (57.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:31:27 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (7.8ms) Rendered layouts/_navigation.slim (3.9ms) Rendered layouts/_messages.slim (5.1ms) Rendered layouts/_navigation.slim (4.3ms) Rendered layouts/_messages.slim (4.4ms)
Completed 200 OK in 7834ms (Views: 7702.3ms | ActiveRecord: 7.0ms)
Completed 200 OK in 3908ms (Views: 3598.8ms | ActiveRecord: 1.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:31:36 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (13.7ms) Rendered layouts/_navigation.slim (6.3ms) Rendered layouts/_messages.slim (8.0ms)
Completed 200 OK in 127ms (Views: 118.0ms | ActiveRecord: 0.8ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:32:07 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (56.4ms) Rendered layouts/_navigation.slim (4.0ms) Rendered layouts/_messages.slim (4.3ms)
Completed 200 OK in 3224ms (Views: 3093.7ms | ActiveRecord: 6.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:33:18 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (32.2ms) Rendered layouts/_navigation.slim (7.5ms) Rendered layouts/_messages.slim (6.8ms)
Completed 200 OK in 2287ms (Views: 2237.8ms | ActiveRecord: 6.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:33:45 +0200
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (54.4ms) Rendered layouts/_navigation.slim (9.0ms) Rendered layouts/_messages.slim (3.8ms)
Completed 200 OK in 3970ms (Views: 3831.3ms | ActiveRecord: 7.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:34:29 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (10.9ms) Rendered layouts/_navigation.slim (4.8ms) Rendered layouts/_messages.slim (5.3ms)
Completed 200 OK in 360ms (Views: 346.4ms | ActiveRecord: 5.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:35:58 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (1.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (91.0ms) Rendered layouts/_navigation.slim (5.3ms) Rendered layouts/_messages.slim (4.1ms)
Completed 200 OK in 6350ms (Views: 6207.8ms | ActiveRecord: 6.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:36:38 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (11.6ms) Rendered layouts/_navigation.slim (4.4ms) Rendered layouts/_messages.slim (4.0ms)
Completed 200 OK in 1913ms (Views: 1899.3ms | ActiveRecord: 5.2ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:39:01 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (56.7ms) Rendered layouts/_navigation.slim (5.5ms) Rendered layouts/_messages.slim (4.8ms)
Completed 200 OK in 8756ms (Views: 8619.0ms | ActiveRecord: 7.8ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:39:37 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (9.8ms) Rendered layouts/_navigation.slim (5.5ms) Rendered layouts/_messages.slim (6.8ms)
Completed 200 OK in 389ms (Views: 378.1ms | ActiveRecord: 5.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:39:41 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (7.3ms) Rendered layouts/_navigation.slim (6.9ms) Rendered layouts/_messages.slim (3.8ms)
Completed 200 OK in 87ms (Views: 79.6ms | ActiveRecord: 0.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:40:04 +0200
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (58.9ms) Rendered layouts/_navigation.slim (4.6ms) Rendered layouts/_messages.slim (3.6ms)
Completed 200 OK in 4302ms (Views: 4160.0ms | ActiveRecord: 9.8ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:41:01 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (10.2ms) Rendered layouts/_navigation.slim (5.6ms) Rendered layouts/_messages.slim (5.6ms)
Completed 200 OK in 1372ms (Views: 1359.7ms | ActiveRecord: 5.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:41:40 +0200
[1m[35m (2.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (52.7ms) Rendered layouts/_navigation.slim (9.0ms) Rendered layouts/_messages.slim (8.0ms)
Completed 200 OK in 5518ms (Views: 5379.9ms | ActiveRecord: 6.6ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-12 03:41:51 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (383.7ms) Rendered expenses/new.html.erb within layouts/application (393.3ms) Rendered layouts/_navigation.slim (5.0ms) Rendered layouts/_messages.slim (4.4ms)
Completed 200 OK in 522ms (Views: 504.5ms | ActiveRecord: 0.6ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-12 03:42:11 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"VMaIPGzRhZVQoBCYJfWRKitsC1v4NqsFqUZAZpMTBCpWExog3egnS+NZ1PkJcqwVa7bIxcCutqCcGSyhd3zj5g==", "expense"=>{"line"=>"that", "Date(1i)"=>"2018", "Date(2i)"=>"3", "Date(3i)"=>"12", "AccountName"=>"Shoes", "Description"=>"New pair for work", "Expense"=>"455"}, "commit"=>"Create"}
[1m[36mUser Load (3.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (4.5ms)[0m [1m[32mINSERT INTO "expenses" ("line", "Date", "AccountName", "Description", "Expense", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["line", "that"], ["Date", "2018-03-12"], ["AccountName", "Shoes"], ["Description", "New pair for work"], ["Expense", "455"], ["created_at", "2018-03-12 01:42:11.890561"], ["updated_at", "2018-03-12 01:42:11.890561"], ["user_id", 1]]
[1m[35m (2.8ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses/2 Completed 302 Found in 38ms (ActiveRecord: 10.9ms)
Started GET “/expenses/2” for 127.0.0.1 at 2018-03-12 03:42:11 +0200 Processing by ExpensesController#show as HTML
Parameters: {"id"=>"2"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 2], ["LIMIT", 1]]
Rendering expenses/show.html.erb within layouts/application
Rendered expenses/show.html.erb within layouts/application (1.1ms)
Rendered layouts/_navigation.slim (4.5ms)
Rendered layouts/_messages.slim (4.4ms)
Completed 200 OK in 162ms (Views: 151.0ms | ActiveRecord: 0.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:42:19 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (8.5ms) Rendered layouts/_navigation.slim (4.0ms) Rendered layouts/_messages.slim (3.7ms)
Completed 200 OK in 101ms (Views: 89.6ms | ActiveRecord: 0.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:42:50 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (10.4ms) Rendered layouts/_navigation.slim (4.8ms) Rendered layouts/_messages.slim (4.6ms)
Completed 200 OK in 1818ms (Views: 1808.0ms | ActiveRecord: 0.6ms)
Started GET “/” for 127.0.0.1 at 2018-03-12 03:42:57 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms) Rendered layouts/_navigation.slim (5.8ms) Rendered layouts/_messages.slim (4.9ms)
Completed 200 OK in 132ms (Views: 122.9ms | ActiveRecord: 0.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:43:02 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (9.8ms) Rendered layouts/_navigation.slim (4.2ms) Rendered layouts/_messages.slim (5.1ms)
Completed 200 OK in 88ms (Views: 79.6ms | ActiveRecord: 1.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:43:21 +0200
[1m[35m (2.7ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (63.6ms) Rendered layouts/_navigation.slim (6.5ms) Rendered layouts/_messages.slim (4.1ms)
Completed 200 OK in 6245ms (Views: 6132.4ms | ActiveRecord: 2.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:46:32 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (33.6ms) Rendered layouts/_navigation.slim (6.0ms) Rendered layouts/_messages.slim (9.3ms)
Completed 200 OK in 1698ms (Views: 1646.8ms | ActiveRecord: 2.6ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-12 03:46:36 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (442.6ms) Rendered expenses/new.html.erb within layouts/application (454.9ms) Rendered layouts/_navigation.slim (5.8ms) Rendered layouts/_messages.slim (5.5ms)
Completed 200 OK in 564ms (Views: 548.0ms | ActiveRecord: 0.7ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-12 03:47:12 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"pqH9T7ADFkrdgPnGTb+vUzJpq/0PZ/PA+5FlIVrTTcWkdG9TATq0lG55PadhOJJscrNoYzf/7mXOzgnmvryqCQ==", "expense"=>{"line"=>"then", "Date(1i)"=>"2018", "Date(2i)"=>"3", "Date(3i)"=>"12", "AccountName"=>"Groceries", "Description"=>"MOnthly groceries", "Expense"=>" 2400.00"}, "commit"=>"Create"}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (3.4ms)[0m [1m[32mINSERT INTO "expenses" ("line", "Date", "AccountName", "Description", "Expense", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["line", "then"], ["Date", "2018-03-12"], ["AccountName", "Groceries"], ["Description", "MOnthly groceries"], ["Expense", " 2400.00"], ["created_at", "2018-03-12 01:47:12.421026"], ["updated_at", "2018-03-12 01:47:12.421026"], ["user_id", 1]]
[1m[35m (2.8ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses/3 Completed 302 Found in 20ms (ActiveRecord: 6.9ms)
Started GET “/expenses/3” for 127.0.0.1 at 2018-03-12 03:47:12 +0200 Processing by ExpensesController#show as HTML
Parameters: {"id"=>"3"}
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 3], ["LIMIT", 1]]
Rendering expenses/show.html.erb within layouts/application
Rendered expenses/show.html.erb within layouts/application (1.4ms)
Rendered layouts/_navigation.slim (8.4ms)
Rendered layouts/_messages.slim (6.0ms)
Completed 200 OK in 158ms (Views: 149.9ms | ActiveRecord: 0.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:47:15 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (13.0ms) Rendered layouts/_navigation.slim (5.1ms) Rendered layouts/_messages.slim (3.6ms)
Completed 200 OK in 195ms (Views: 178.2ms | ActiveRecord: 0.7ms)
Started GET “/expenses/3/edit” for 127.0.0.1 at 2018-03-12 03:47:19 +0200 Processing by ExpensesController#edit as HTML
Parameters: {"id"=>"3"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 3], ["LIMIT", 1]]
Rendering expenses/edit.html.erb within layouts/application
Rendered expenses/_form.html.erb (5.6ms)
Rendered expenses/edit.html.erb within layouts/application (11.4ms)
Rendered layouts/_navigation.slim (6.6ms)
Rendered layouts/_messages.slim (4.9ms)
Completed 200 OK in 116ms (Views: 88.9ms | ActiveRecord: 0.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:47:21 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (10.9ms) Rendered layouts/_navigation.slim (5.5ms) Rendered layouts/_messages.slim (7.1ms)
Completed 200 OK in 125ms (Views: 114.5ms | ActiveRecord: 0.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:47:21 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (0.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (21.2ms) Rendered layouts/_navigation.slim (5.9ms) Rendered layouts/_messages.slim (6.7ms)
Completed 200 OK in 116ms (Views: 107.9ms | ActiveRecord: 1.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:47:21 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (13.3ms) Rendered layouts/_navigation.slim (11.0ms) Rendered layouts/_messages.slim (24.3ms)
Completed 200 OK in 139ms (Views: 133.7ms | ActiveRecord: 0.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:48:22 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (55.9ms) Rendered layouts/_navigation.slim (7.2ms) Rendered layouts/_messages.slim (4.4ms)
Completed 200 OK in 9277ms (Views: 9146.7ms | ActiveRecord: 9.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:50:05 +0200
[1m[35m (3.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (50.8ms) Rendered layouts/_navigation.slim (6.2ms) Rendered layouts/_messages.slim (3.6ms)
Completed 200 OK in 7028ms (Views: 6901.1ms | ActiveRecord: 6.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:51:46 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (38.8ms) Rendered layouts/_navigation.slim (10.9ms) Rendered layouts/_messages.slim (8.3ms)
Completed 200 OK in 282ms (Views: 235.3ms | ActiveRecord: 6.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:52:11 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (57.0ms) Rendered layouts/_navigation.slim (5.0ms) Rendered layouts/_messages.slim (7.0ms)
Completed 200 OK in 7080ms (Views: 6950.3ms | ActiveRecord: 7.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:57:02 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 70ms (ActiveRecord: 7.8ms)
ActionController::ParameterMissing (param is missing or the value is empty: expense):
app/controllers/expenses_controller.rb:74:in `expense_params' app/controllers/expenses_controller.rb:9:in `index' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:57:28 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 57ms (ActiveRecord: 4.9ms)
ActiveRecord::RecordNotFound (Couldn't find Expense without an ID):
app/controllers/expenses_controller.rb:69:in `set_expense' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:58:24 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 85ms (ActiveRecord: 7.4ms)
ActiveRecord::RecordNotFound (Couldn't find Expense without an ID):
app/controllers/expenses_controller.rb:69:in `set_expense' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:58:34 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 8ms (ActiveRecord: 0.5ms)
ActiveRecord::RecordNotFound (Couldn't find Expense without an ID):
app/controllers/expenses_controller.rb:69:in `set_expense' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:58:54 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 49ms (ActiveRecord: 5.2ms)
ActiveRecord::RecordNotFound (Couldn't find Expense without an ID):
app/controllers/expenses_controller.rb:69:in `set_expense' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:59:25 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 51ms (ActiveRecord: 4.1ms)
ActiveRecord::RecordNotFound (Couldn't find Expense without an ID):
app/controllers/expenses_controller.rb:69:in `set_expense' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 03:59:54 +0200
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:75: syntax error, unexpected end-of-input, expecting keyword_end):
app/controllers/expenses_controller.rb:75: syntax error, unexpected end-of-input, expecting keyword_end Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:00:09 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application [1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.slim within layouts/application (22.7ms) Rendered layouts/_navigation.slim (5.8ms) Rendered layouts/_messages.slim (6.8ms)
Completed 200 OK in 260ms (Views: 176.8ms | ActiveRecord: 10.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:00:24 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (4.4ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:00:24.411140"], ["updated_at", "2018-03-12 02:00:24.411140"], ["user_id", 1]]
[1m[35m (3.4ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (11.7ms)
Rendered layouts/_navigation.slim (5.3ms)
Rendered layouts/_messages.slim (6.7ms)
Completed 200 OK in 217ms (Views: 133.8ms | ActiveRecord: 14.0ms)
Started GET “/expenses/4/edit” for 127.0.0.1 at 2018-03-12 04:16:17 +0200
[1m[35m (5.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#edit as HTML
Parameters: {"id"=>"4"}
[1m[36mUser Load (2.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (2.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 4], ["LIMIT", 1]]
Rendering expenses/edit.html.erb within layouts/application
Rendered expenses/_form.html.erb (423.6ms)
Rendered expenses/edit.html.erb within layouts/application (432.5ms)
Completed 401 Unauthorized in 2814ms (ActiveRecord: 6.2ms)
ActionView::Template::Error (couldn't find file 'jquery-ui' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config
/Users/musochilimboyi/CashFlosum/app/assets/images
/Users/musochilimboyi/CashFlosum/app/assets/javascripts
/Users/musochilimboyi/CashFlosum/app/assets/stylesheets
/Users/musochilimboyi/CashFlosum/vendor/assets/javascript
/Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/media
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts
/Users/musochilimboyi/CashFlosum/node_modules
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12:
13: script src="https://cdn.datatables.net/t/dt/dt-1.10.11/datatables.min.js" type="text/javascript"
app/assets/javascripts/application.js:15 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim__3894344338365060072_70110712169200' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:16:24 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (2.7ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:16:24.026108"], ["updated_at", "2018-03-12 02:16:24.026108"], ["user_id", 1]]
[1m[35m (3.5ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (10.0ms)
Completed 401 Unauthorized in 73ms (ActiveRecord: 7.1ms)
ActionView::Template::Error (couldn't find file 'jquery-ui' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config
/Users/musochilimboyi/CashFlosum/app/assets/images
/Users/musochilimboyi/CashFlosum/app/assets/javascripts
/Users/musochilimboyi/CashFlosum/app/assets/stylesheets
/Users/musochilimboyi/CashFlosum/vendor/assets/javascript
/Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/media
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts
/Users/musochilimboyi/CashFlosum/node_modules
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12:
13: script src="https://cdn.datatables.net/t/dt/dt-1.10.11/datatables.min.js" type="text/javascript"
app/assets/javascripts/application.js:15 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim__3894344338365060072_70110762388200' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:16:29 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.1ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:16:29.734948"], ["updated_at", "2018-03-12 02:16:29.734948"], ["user_id", 1]]
[1m[35m (14.1ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (12.4ms)
Completed 401 Unauthorized in 130ms (ActiveRecord: 15.9ms)
ActionView::Template::Error (couldn't find file 'jquery-ui' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config
/Users/musochilimboyi/CashFlosum/app/assets/images
/Users/musochilimboyi/CashFlosum/app/assets/javascripts
/Users/musochilimboyi/CashFlosum/app/assets/stylesheets
/Users/musochilimboyi/CashFlosum/vendor/assets/javascript
/Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/media
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts
/Users/musochilimboyi/CashFlosum/node_modules
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12:
13: script src="https://cdn.datatables.net/t/dt/dt-1.10.11/datatables.min.js" type="text/javascript"
app/assets/javascripts/application.js:15 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim__3894344338365060072_70110770808940' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:18:06 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (3.6ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:18:06.324107"], ["updated_at", "2018-03-12 02:18:06.324107"], ["user_id", 1]]
[1m[35m (4.1ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (25.7ms)
Completed 401 Unauthorized in 673ms (ActiveRecord: 14.9ms)
ActionView::Template::Error (couldn't find file 'jquery-ui' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config
/Users/musochilimboyi/CashFlosum/app/assets/images
/Users/musochilimboyi/CashFlosum/app/assets/javascripts
/Users/musochilimboyi/CashFlosum/app/assets/stylesheets
/Users/musochilimboyi/CashFlosum/vendor/assets/javascript
/Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/media
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts
/Users/musochilimboyi/CashFlosum/node_modules
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12:
13: script src="https://cdn.datatables.net/t/dt/dt-1.10.11/datatables.min.js" type="text/javascript"
app/assets/javascripts/application.js:15 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim__1299923197264525143_70263344774040' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:19:06 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.8ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:19:06.701673"], ["updated_at", "2018-03-12 02:19:06.701673"], ["user_id", 1]]
[1m[35m (3.1ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (28.1ms)
Completed 401 Unauthorized in 919ms (ActiveRecord: 4.8ms)
ActionView::Template::Error (File to import not found or unreadable: jquery-ui. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config
/Users/musochilimboyi/CashFlosum/app/assets/images
/Users/musochilimboyi/CashFlosum/app/assets/javascripts
/Users/musochilimboyi/CashFlosum/app/assets/stylesheets
/Users/musochilimboyi/CashFlosum/vendor/assets/javascript
/Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/media
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts
/Users/musochilimboyi/CashFlosum/node_modules
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12:
13: script src="https://cdn.datatables.net/t/dt/dt-1.10.11/datatables.min.js" type="text/javascript"
app/assets/stylesheets/application.scss:23 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim__1299923197264525143_70263348558480' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:20:56 +0200
[1m[35m (5.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:20:57.023962"], ["updated_at", "2018-03-12 02:20:57.023962"], ["user_id", 1]]
[1m[35m (1.7ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (29.2ms)
Completed 401 Unauthorized in 528ms (ActiveRecord: 7.4ms)
ActionView::Template::Error (couldn't find file 'jquery-ui' with type 'text/css' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config
/Users/musochilimboyi/CashFlosum/app/assets/images
/Users/musochilimboyi/CashFlosum/app/assets/javascripts
/Users/musochilimboyi/CashFlosum/app/assets/stylesheets
/Users/musochilimboyi/CashFlosum/vendor/assets/javascript
/Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/media
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts
/Users/musochilimboyi/CashFlosum/node_modules
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12:
13: script src="https://cdn.datatables.net/t/dt/dt-1.10.11/datatables.min.js" type="text/javascript"
app/assets/stylesheets/application.scss:13 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim__4570545549332513207_70212441789880' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:21:49 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:21:49.746404"], ["updated_at", "2018-03-12 02:21:49.746404"], ["user_id", 1]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (20.1ms)
Completed 401 Unauthorized in 819ms (ActiveRecord: 4.4ms)
ActionView::Template::Error (File to import not found or unreadable: jquery-ui. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config
/Users/musochilimboyi/CashFlosum/app/assets/images
/Users/musochilimboyi/CashFlosum/app/assets/javascripts
/Users/musochilimboyi/CashFlosum/app/assets/stylesheets
/Users/musochilimboyi/CashFlosum/vendor/assets/javascript
/Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/media
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts
/Users/musochilimboyi/CashFlosum/node_modules
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12:
13: script src="https://cdn.datatables.net/t/dt/dt-1.10.11/datatables.min.js" type="text/javascript"
app/assets/stylesheets/application.scss:23 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim__4570545549332513207_70212444838240' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:22:42 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:22:42.298177"], ["updated_at", "2018-03-12 02:22:42.298177"], ["user_id", 1]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (10.7ms)
Completed 401 Unauthorized in 1680ms (ActiveRecord: 4.0ms)
ActionView::Template::Error (couldn't find file 'jquery-ui' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config
/Users/musochilimboyi/CashFlosum/app/assets/images
/Users/musochilimboyi/CashFlosum/app/assets/javascripts
/Users/musochilimboyi/CashFlosum/app/assets/stylesheets
/Users/musochilimboyi/CashFlosum/vendor/assets/javascript
/Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/media
/Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/lib/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/vendor/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled
/Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts
/Users/musochilimboyi/CashFlosum/node_modules
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts
/Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12:
13: script src="https://cdn.datatables.net/t/dt/dt-1.10.11/datatables.min.js" type="text/javascript"
app/assets/javascripts/application.js:15 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim__4570545549332513207_70212523510840' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:23:11 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:23:11.500776"], ["updated_at", "2018-03-12 02:23:11.500776"], ["user_id", 1]]
[1m[35m (2.5ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (9.9ms)
Rendered layouts/_navigation.slim (8.7ms)
Rendered layouts/_messages.slim (7.0ms)
Completed 200 OK in 8878ms (Views: 8865.2ms | ActiveRecord: 3.6ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:30:38 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.6ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:30:38.949126"], ["updated_at", "2018-03-12 02:30:38.949126"], ["user_id", 1]]
[1m[35m (4.8ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (455.9ms)
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (493.2ms)
Rendered layouts/_navigation.slim (6.2ms)
Rendered layouts/_messages.slim (5.5ms)
Completed 200 OK in 815ms (Views: 740.7ms | ActiveRecord: 11.9ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started PATCH “/expenses/13” for 127.0.0.1 at 2018-03-12 04:31:00 +0200 Processing by ExpensesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"O7kRC17ed7Pj8YnInRkPMNpvhXj62UxWkOHZEWm4pCQ5bIMX7+fVbVAITamxnjIPmrVG5sJBUfOlvrXWjddD6A==", "expense"=>{"line"=>"trust ", "Date(1i)"=>"2018", "Date(2i)"=>"3", "Date(3i)"=>"12", "AccountName"=>"believe", "Description"=>"relief", "Expense"=>"400"}, "commit"=>"Create", "id"=>"13"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 13], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m [1m[33mUPDATE "expenses" SET "line" = ?, "AccountName" = ?, "Description" = ?, "Expense" = ?, "Date" = ?, "updated_at" = ? WHERE "expenses"."id" = ?[0m [["line", "trust "], ["AccountName", "believe"], ["Description", "relief"], ["Expense", "400"], ["Date", "2018-03-12"], ["updated_at", "2018-03-12 02:31:00.309795"], ["id", 13]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses/13 Completed 302 Found in 38ms (ActiveRecord: 4.3ms)
Started GET “/expenses/13” for 127.0.0.1 at 2018-03-12 04:31:00 +0200 Processing by ExpensesController#show as HTML
Parameters: {"id"=>"13"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 13], ["LIMIT", 1]]
Rendering expenses/show.html.erb within layouts/application
Rendered expenses/show.html.erb within layouts/application (2.0ms)
Rendered layouts/_navigation.slim (7.3ms)
Rendered layouts/_messages.slim (6.2ms)
Completed 200 OK in 260ms (Views: 249.0ms | ActiveRecord: 0.7ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:31:03 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (5.2ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:31:03.863658"], ["updated_at", "2018-03-12 02:31:03.863658"], ["user_id", 1]]
[1m[35m (8.5ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (6.4ms)
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (25.5ms)
Rendered layouts/_navigation.slim (6.4ms)
Rendered layouts/_messages.slim (12.7ms)
Completed 200 OK in 258ms (Views: 221.6ms | ActiveRecord: 14.6ms)
Started GET “/expenses/1/edit” for 127.0.0.1 at 2018-03-12 04:31:53 +0200 Processing by ExpensesController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 1], ["LIMIT", 1]]
Rendering expenses/edit.html.erb within layouts/application
Rendered expenses/_form.html.erb (11.0ms)
Rendered expenses/edit.html.erb within layouts/application (16.3ms)
Rendered layouts/_navigation.slim (8.2ms)
Rendered layouts/_messages.slim (4.9ms)
Completed 200 OK in 284ms (Views: 173.5ms | ActiveRecord: 4.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:31:55 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.8ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:31:55.645957"], ["updated_at", "2018-03-12 02:31:55.645957"], ["user_id", 1]]
[1m[35m (3.5ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (12.2ms)
[1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (26.0ms)
Rendered layouts/_navigation.slim (6.0ms)
Rendered layouts/_messages.slim (7.0ms)
Completed 200 OK in 156ms (Views: 131.2ms | ActiveRecord: 5.8ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:31:55 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.5ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:31:55.806458"], ["updated_at", "2018-03-12 02:31:55.806458"], ["user_id", 1]]
[1m[35m (2.5ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (11.8ms)
[1m[36mExpense Load (0.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (42.5ms)
Rendered layouts/_navigation.slim (7.2ms)
Rendered layouts/_messages.slim (4.1ms)
Completed 200 OK in 210ms (Views: 195.8ms | ActiveRecord: 4.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:31:56 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.8ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:31:56.027887"], ["updated_at", "2018-03-12 02:31:56.027887"], ["user_id", 1]]
[1m[35m (3.2ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (10.9ms)
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (61.3ms)
Rendered layouts/_navigation.slim (7.6ms)
Rendered layouts/_messages.slim (5.7ms)
Completed 200 OK in 223ms (Views: 207.3ms | ActiveRecord: 4.9ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started PATCH “/expenses/17” for 127.0.0.1 at 2018-03-12 04:32:13 +0200 Processing by ExpensesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"AAwly0hUfrGTlCE5lb3ohgjKv3bmzRRL4zhE6SRmQaAC2bfX+W3cbyBt5Vi5OtW5SBB86N5VCe7WZyguwAmmbA==", "expense"=>{"line"=>"Leaves", "Date(1i)"=>"2018", "Date(2i)"=>"3", "Date(3i)"=>"12", "AccountName"=>"Trees", "Description"=>"House", "Expense"=>"roof"}, "commit"=>"Create", "id"=>"17"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 17], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m [1m[33mUPDATE "expenses" SET "line" = ?, "AccountName" = ?, "Description" = ?, "Expense" = ?, "Date" = ?, "updated_at" = ? WHERE "expenses"."id" = ?[0m [["line", "Leaves"], ["AccountName", "Trees"], ["Description", "House"], ["Expense", "roof"], ["Date", "2018-03-12"], ["updated_at", "2018-03-12 02:32:13.338134"], ["id", 17]]
[1m[35m (3.2ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses/17 Completed 302 Found in 16ms (ActiveRecord: 4.4ms)
Started GET “/expenses/17” for 127.0.0.1 at 2018-03-12 04:32:13 +0200 Processing by ExpensesController#show as HTML
Parameters: {"id"=>"17"}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 17], ["LIMIT", 1]]
Rendering expenses/show.html.erb within layouts/application
Rendered expenses/show.html.erb within layouts/application (1.4ms)
Rendered layouts/_navigation.slim (5.6ms)
Rendered layouts/_messages.slim (3.9ms)
Completed 200 OK in 116ms (Views: 105.2ms | ActiveRecord: 0.8ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:32:17 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.1ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:32:17.908125"], ["updated_at", "2018-03-12 02:32:17.908125"], ["user_id", 1]]
[1m[35m (3.0ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (6.2ms)
[1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (31.9ms)
Rendered layouts/_navigation.slim (7.2ms)
Rendered layouts/_messages.slim (5.4ms)
Completed 200 OK in 164ms (Views: 137.6ms | ActiveRecord: 5.0ms)
Started PATCH “/expenses/18” for 127.0.0.1 at 2018-03-12 04:34:22 +0200 Processing by ExpensesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"u9RnHIEeB7RckLBD9CFKSV/deqRbc6LK9LrNKBIqk+G5AfUAMCelau9pdCLYpnd2Hwe5OmPrv2/B5aHv9kV0LQ==", "expense"=>{"line"=>"The end is near", "Date(1i)"=>"2018", "Date(2i)"=>"3", "Date(3i)"=>"12", "AccountName"=>"trust issues", "Description"=>"relief ", "Expense"=>"found"}, "id"=>"18"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 18], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "expenses" SET "line" = ?, "AccountName" = ?, "Description" = ?, "Expense" = ?, "Date" = ?, "updated_at" = ? WHERE "expenses"."id" = ?[0m [["line", "The end is near"], ["AccountName", "trust issues"], ["Description", "relief "], ["Expense", "found"], ["Date", "2018-03-12"], ["updated_at", "2018-03-12 02:34:22.467002"], ["id", 18]]
[1m[35m (3.2ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses/18 Completed 302 Found in 134ms (ActiveRecord: 7.9ms)
Started GET “/expenses/18” for 127.0.0.1 at 2018-03-12 04:34:22 +0200 Processing by ExpensesController#show as HTML
Parameters: {"id"=>"18"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 18], ["LIMIT", 1]]
Rendering expenses/show.html.erb within layouts/application
Rendered expenses/show.html.erb within layouts/application (7.2ms)
Rendered layouts/_navigation.slim (17.2ms)
Rendered layouts/_messages.slim (7.6ms)
Completed 200 OK in 330ms (Views: 319.6ms | ActiveRecord: 0.6ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:34:31 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.0ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:34:31.717602"], ["updated_at", "2018-03-12 02:34:31.717602"], ["user_id", 1]]
[1m[35m (10.8ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (6.1ms)
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (24.3ms)
Rendered layouts/_navigation.slim (7.2ms)
Rendered layouts/_messages.slim (5.6ms)
Completed 200 OK in 219ms (Views: 189.1ms | ActiveRecord: 14.1ms)
Started PATCH “/expenses/19” for 127.0.0.1 at 2018-03-12 04:35:13 +0200 Processing by ExpensesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZQ7XNxMkxeGx3BiNTRXRwM89RZlnyUuYXc/S5D+8C8Bn20Uroh1nPwIl3Oxhkuz/j+eGB19RVj1okL4j29PsDA==", "expense"=>{"line"=>"THis ", "Date(1i)"=>"2018", "Date(2i)"=>"3", "Date(3i)"=>"12", "AccountName"=>"that", "Description"=>"where ", "Expense"=>"found"}, "id"=>"19"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 19], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "expenses" SET "line" = ?, "AccountName" = ?, "Description" = ?, "Expense" = ?, "Date" = ?, "updated_at" = ? WHERE "expenses"."id" = ?[0m [["line", "THis "], ["AccountName", "that"], ["Description", "where "], ["Expense", "found"], ["Date", "2018-03-12"], ["updated_at", "2018-03-12 02:35:13.676147"], ["id", 19]]
[1m[35m (3.0ms)[0m [1m[36mcommit transaction[0m
Redirected to Completed 401 Unauthorized in 122ms (ActiveRecord: 6.9ms)
ActionController::ActionControllerError (Cannot redirect to nil!):
app/controllers/expenses_controller.rb:47:in `block (2 levels) in update' app/controllers/expenses_controller.rb:45:in `update' Started PATCH “/expenses/19” for 127.0.0.1 at 2018-03-12 04:35:40 +0200 Processing by ExpensesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZQ7XNxMkxeGx3BiNTRXRwM89RZlnyUuYXc/S5D+8C8Bn20Uroh1nPwIl3Oxhkuz/j+eGB19RVj1okL4j29PsDA==", "expense"=>{"line"=>"THis ", "Date(1i)"=>"2018", "Date(2i)"=>"3", "Date(3i)"=>"12", "AccountName"=>"that", "Description"=>"where ", "Expense"=>"found"}, "id"=>"19"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 19], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 71ms (ActiveRecord: 2.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:35:41 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:35:41.079509"], ["updated_at", "2018-03-12 02:35:41.079509"], ["user_id", 1]]
[1m[35m (4.3ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (9.8ms)
[1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (39.2ms)
Rendered layouts/_navigation.slim (6.4ms)
Rendered layouts/_messages.slim (5.2ms)
Completed 200 OK in 291ms (Views: 274.8ms | ActiveRecord: 5.7ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:36:45 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:36:45.442014"], ["updated_at", "2018-03-12 02:36:45.442014"], ["user_id", 1]]
[1m[35m (1.9ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (6.7ms)
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (25.9ms)
Rendered layouts/_navigation.slim (6.7ms)
Rendered layouts/_messages.slim (6.0ms)
Completed 200 OK in 204ms (Views: 189.9ms | ActiveRecord: 3.2ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:37:15 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:37:15.988811"], ["updated_at", "2018-03-12 02:37:15.988811"], ["user_id", 1]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (5.9ms)
[1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (27.9ms)
Rendered layouts/_navigation.slim (7.0ms)
Rendered layouts/_messages.slim (7.3ms)
Completed 200 OK in 201ms (Views: 183.2ms | ActiveRecord: 4.4ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:37:35 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.8ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:37:35.976682"], ["updated_at", "2018-03-12 02:37:35.976682"], ["user_id", 1]]
[1m[35m (3.6ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (5.1ms)
[1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (31.7ms)
Rendered layouts/_navigation.slim (6.7ms)
Rendered layouts/_messages.slim (5.7ms)
Completed 200 OK in 205ms (Views: 187.4ms | ActiveRecord: 5.3ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:37:56 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:37:56.189683"], ["updated_at", "2018-03-12 02:37:56.189683"], ["user_id", 1]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (6.3ms)
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (26.9ms)
Rendered layouts/_navigation.slim (6.6ms)
Rendered layouts/_messages.slim (5.5ms)
Completed 200 OK in 194ms (Views: 177.6ms | ActiveRecord: 4.2ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:38:09 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:38:09.164514"], ["updated_at", "2018-03-12 02:38:09.164514"], ["user_id", 1]]
[1m[35m (3.2ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (6.3ms)
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (23.3ms)
Rendered layouts/_navigation.slim (5.9ms)
Rendered layouts/_messages.slim (8.1ms)
Completed 200 OK in 216ms (Views: 201.2ms | ActiveRecord: 4.9ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:38:24 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.0ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:38:24.664296"], ["updated_at", "2018-03-12 02:38:24.664296"], ["user_id", 1]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (5.9ms)
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (23.2ms)
Rendered layouts/_navigation.slim (4.0ms)
Rendered layouts/_messages.slim (3.6ms)
Completed 200 OK in 182ms (Views: 166.2ms | ActiveRecord: 4.7ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
[1m[35m (2.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (2.6ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (2.3ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (2.7ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (3.7ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (3.5ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "line" varchar, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer)[0m
[1m[35m (3.9ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (0.3ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (3.4ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (3.4ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.8ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (3.4ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (4.4ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (3.9ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20180311222744)[0m
[1m[35m (2.0ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
(20180311185712), (20180310151858), (20180310150946);
[0m
[1m[35m (3.5ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.0ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-03-12 02:39:18.703811"], ["updated_at", "2018-03-12 02:39:18.703811"]]
[1m[35m (3.0ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (6.5ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (3.2ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "line" varchar, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer)[0m
[1m[35m (3.6ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (7.0ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (3.1ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (3.9ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (3.9ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (3.7ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20180311222744)[0m
[1m[35m (4.5ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
(20180311185712), (20180310151858), (20180310150946);
[0m
[1m[35m (4.9ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-03-12 02:39:18.775882"], ["updated_at", "2018-03-12 02:39:18.775882"]]
[1m[35m (3.1ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2018-03-12 02:39:18.781923"], ["key", "environment"]]
[1m[35m (2.6ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:39:31 +0200
[1m[35m (0.7ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 60ms (ActiveRecord: 1.1ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-12 04:39:31 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (4.5ms) Rendered devise/sessions/new.html.erb within layouts/application (66.9ms) Rendered layouts/_navigation.slim (15.6ms)
Completed 401 Unauthorized in 8444ms (ActiveRecord: 0.0ms)
ActionView::Template::Error (undefined method `email' for nil:NilClass):
10: 11: ul.navbar-nav.justify-content-end 12: li.nav-item.active 13: ==link_to current_user.email, static_pages_Welcome_url, class: 'nav-link' 14: 15: 16:
app/views/layouts/_navigation.slim:13:in `_app_views_layouts__navigation_slim__938382221155548926_70107987838880' app/views/layouts/application.slim:18:in `_app_views_layouts_application_slim___3891787372294904339_70107939819320' Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-12 04:41:00 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (2.0ms) Rendered devise/sessions/new.html.erb within layouts/application (12.3ms) Rendered layouts/_navigation.slim (941.7ms)
Completed 401 Unauthorized in 1064ms (ActiveRecord: 0.0ms)
ActionView::Template::Error (undefined method `signe_in?' for #<#<Class:0x007f868dc3b368>:0x007f8693163958> Did you mean? signed_in?): Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-12 04:41:01 +0200
9: == link_to 'About', static_pages_About_url, class: 'nav-link' 10: 11: ul.navbar-nav.justify-content-end 12: ==if signe_in? 13: 14: li.nav-item.active 15: ==link_to current_user.email, static_pages_Welcome_url, class: 'nav-link'
Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application
app/views/layouts/_navigation.slim:12:in `_app_views_layouts__navigation_slim__938382221155548926_70107984465900' app/views/layouts/application.slim:18:in `_app_views_layouts_application_slim___3891787372294904339_70107984921480'
Rendered devise/shared/_links.html.erb (1.1ms) Rendered devise/sessions/new.html.erb within layouts/application (30.6ms) Rendered layouts/_navigation.slim (552.8ms)
Completed 401 Unauthorized in 688ms (ActiveRecord: 0.0ms)
ActionView::Template::Error (undefined method `signe_in?' for #<#<Class:0x007f868dc3b368>:0x007f868dada208> Did you mean? signed_in?):
9: == link_to 'About', static_pages_About_url, class: 'nav-link' 10: 11: ul.navbar-nav.justify-content-end 12: ==if signe_in? 13: 14: li.nav-item.active 15: ==link_to current_user.email, static_pages_Welcome_url, class: 'nav-link'
app/views/layouts/_navigation.slim:12:in `_app_views_layouts__navigation_slim__938382221155548926_70107988054840' app/views/layouts/application.slim:18:in `_app_views_layouts_application_slim___3891787372294904339_70107932534900' Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-12 04:41:11 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (1.5ms) Rendered devise/sessions/new.html.erb within layouts/application (6.2ms) Rendered layouts/_navigation.slim (5.3ms) Rendered layouts/_messages.slim (4.4ms)
Completed 200 OK in 303ms (Views: 301.6ms | ActiveRecord: 0.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-12 04:41:36 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (1.5ms) Rendered devise/sessions/new.html.erb within layouts/application (8.7ms) Rendered layouts/_navigation.slim (4.8ms) Rendered layouts/_messages.slim (4.0ms)
Completed 200 OK in 167ms (Views: 165.8ms | ActiveRecord: 0.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-12 04:41:48 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Rrod91wZPbV1zaXpfOrPYmnAZ9Bm1rkby6pDP19x6ZtEb4/r7SCfa8Y0YYhQbfJdKRqkTl5OpL7+9S/4ux4OVw==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (2.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 9ms (ActiveRecord: 2.9ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Rrod91wZPbV1zaXpfOrPYmnAZ9Bm1rkby6pDP19x6ZtEb4/r7SCfa8Y0YYhQbfJdKRqkTl5OpL7+9S/4ux4OVw==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (1.6ms)
Rendered devise/sessions/new.html.erb within layouts/application (9.5ms)
Rendered layouts/_navigation.slim (6.5ms)
Rendered layouts/_messages.slim (3.5ms)
Completed 200 OK in 393ms (Views: 160.1ms | ActiveRecord: 0.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/users/sign_up” for 127.0.0.1 at 2018-03-12 04:41:51 +0200 Processing by Devise::RegistrationsController#new as HTML
Rendering devise/registrations/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (1.4ms) Rendered devise/registrations/new.html.erb within layouts/application (10.4ms) Rendered layouts/_navigation.slim (5.9ms) Rendered layouts/_messages.slim (5.6ms)
Completed 200 OK in 106ms (Views: 103.0ms | ActiveRecord: 0.0ms)
Started POST “/users” for 127.0.0.1 at 2018-03-12 04:42:03 +0200 Processing by Devise::RegistrationsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"5BisuIFunHV/KpaoId1k63ZmXuPp2f9fXwt8oJx7TsXmzT6kMFc+q8zTUskNWlnUNrydfdFB4vpqVBBneBSpCQ==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[36mUser Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
[1m[35mSQL (4.7ms)[0m [1m[32mINSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["email", "musosum@gmail.com"], ["encrypted_password", "$2a$11$2Ln8yg1DZxiHpgmV6imBR.iWNg59ZeL2KiUcUn7n4j7yUffRUHQ1a"], ["created_at", "2018-03-12 02:42:04.054552"], ["updated_at", "2018-03-12 02:42:04.054552"]]
[1m[35m (2.8ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?[0m [["sign_in_count", 1], ["current_sign_in_at", "2018-03-12 02:42:04.064768"], ["last_sign_in_at", "2018-03-12 02:42:04.064768"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2018-03-12 02:42:04.065775"], ["id", 1]]
[1m[35m (6.0ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 209ms (ActiveRecord: 14.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:42:04 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (4.4ms) Rendered expenses/index.slim within layouts/application (14.7ms)
Completed 401 Unauthorized in 107ms (ActiveRecord: 1.1ms)
ActionView::Template::Error (undefined method `errors' for nil:NilClass):
1: <%= form_with(model: expense, local: true) do |form| %> 2: <% if expense.errors.any? %> 3: <div id="error_explanation"> 4: <h2><%= pluralize(expense.errors.count, "error") %> prohibited this expense from being saved:</h2> 5:
app/views/expenses/_form.html.erb:2:in `block in _app_views_expenses__form_html_erb__343527789294980172_70107935392540' app/views/expenses/_form.html.erb:1:in `_app_views_expenses__form_html_erb__343527789294980172_70107935392540' app/views/expenses/index.slim:4:in `_app_views_expenses_index_slim__3240739232011267891_70108010482260' Started GET “/expenses/new” for 127.0.0.1 at 2018-03-12 04:43:00 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (20.6ms) Rendered expenses/new.html.erb within layouts/application (26.2ms) Rendered layouts/_navigation.slim (9.9ms) Rendered layouts/_messages.slim (5.6ms)
Completed 200 OK in 267ms (Views: 228.9ms | ActiveRecord: 0.8ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started POST “/expenses” for 127.0.0.1 at 2018-03-12 04:43:10 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"44XHBBWMmddvm5D9ZVg66Muzj2mJt+XspPqw1/20NAXhUFUYpLU7CdxiVJxJ3wfXi2lM97Ev+EmRpdwQGdvTyQ==", "expense"=>{"line"=>"", "Date(1i)"=>"2018", "Date(2i)"=>"3", "Date(3i)"=>"12", "AccountName"=>"", "Description"=>"akljdaf ;", "Expense"=>"ad;sfja"}}
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (3.1ms)[0m [1m[32mINSERT INTO "expenses" ("line", "Date", "AccountName", "Description", "Expense", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["line", ""], ["Date", "2018-03-12"], ["AccountName", ""], ["Description", "akljdaf ;"], ["Expense", "ad;sfja"], ["created_at", "2018-03-12 02:43:10.023846"], ["updated_at", "2018-03-12 02:43:10.023846"], ["user_id", 1]]
[1m[35m (3.2ms)[0m [1m[36mcommit transaction[0m
Redirected to Completed 401 Unauthorized in 18ms (ActiveRecord: 7.0ms)
ActionController::ActionControllerError (Cannot redirect to nil!):
app/controllers/expenses_controller.rb:32:in `block (2 levels) in create' app/controllers/expenses_controller.rb:30:in `create' Started POST “/expenses” for 127.0.0.1 at 2018-03-12 04:43:36 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"44XHBBWMmddvm5D9ZVg66Muzj2mJt+XspPqw1/20NAXhUFUYpLU7CdxiVJxJ3wfXi2lM97Ev+EmRpdwQGdvTyQ==", "expense"=>{"line"=>"", "Date(1i)"=>"2018", "Date(2i)"=>"3", "Date(3i)"=>"12", "AccountName"=>"", "Description"=>"akljdaf ;", "Expense"=>"ad;sfja"}}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "expenses" ("line", "Date", "AccountName", "Description", "Expense", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["line", ""], ["Date", "2018-03-12"], ["AccountName", ""], ["Description", "akljdaf ;"], ["Expense", "ad;sfja"], ["created_at", "2018-03-12 02:43:36.718312"], ["updated_at", "2018-03-12 02:43:36.718312"], ["user_id", 1]]
[1m[35m (3.0ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 87ms (ActiveRecord: 6.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:43:36 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (5.9ms) Rendered expenses/index.slim within layouts/application (26.4ms)
Completed 401 Unauthorized in 53ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (undefined method `errors' for nil:NilClass):
1: <%= form_with(model: expense, local: true) do |form| %> 2: <% if expense.errors.any? %> 3: <div id="error_explanation"> 4: <h2><%= pluralize(expense.errors.count, "error") %> prohibited this expense from being saved:</h2> 5:
app/views/expenses/_form.html.erb:2:in `block in _app_views_expenses__form_html_erb__343527789294980172_70107965943120' app/views/expenses/_form.html.erb:1:in `_app_views_expenses__form_html_erb__343527789294980172_70107965943120' app/views/expenses/index.slim:4:in `_app_views_expenses_index_slim__3240739232011267891_70107970527080' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:44:02 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (6.3ms) Rendered expenses/index.slim within layouts/application (24.5ms)
Completed 401 Unauthorized in 88ms (ActiveRecord: 2.2ms)
ActionView::Template::Error (undefined method `errors' for nil:NilClass):
1: <%= form_with(model: expense, local: true) do |form| %> 2: <% if expense.errors.any? %> 3: <div id="error_explanation"> 4: <h2><%= pluralize(expense.errors.count, "error") %> prohibited this expense from being saved:</h2> 5:
app/views/expenses/_form.html.erb:2:in `block in _app_views_expenses__form_html_erb__343527789294980172_70108002209980' app/views/expenses/_form.html.erb:1:in `_app_views_expenses__form_html_erb__343527789294980172_70108002209980' app/views/expenses/index.slim:4:in `_app_views_expenses_index_slim__3240739232011267891_70108001700040' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:45:20 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (8.0ms) Rendered expenses/index.slim within layouts/application (32.2ms)
Completed 401 Unauthorized in 67ms (ActiveRecord: 1.1ms)
ActionView::Template::Error (undefined method `errors' for nil:NilClass):
1: <%= form_with(model: expense, local: true) do |form| %> 2: <% if expense.errors.any? %> 3: <div id="error_explanation"> 4: <h2><%= pluralize(expense.errors.count, "error") %> prohibited this expense from being saved:</h2> 5:
app/views/expenses/_form.html.erb:2:in `block in _app_views_expenses__form_html_erb__343527789294980172_70108005569440' app/views/expenses/_form.html.erb:1:in `_app_views_expenses__form_html_erb__343527789294980172_70108005569440' app/views/expenses/index.slim:4:in `_app_views_expenses_index_slim__3240739232011267891_70108012445760' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:45:56 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (6.3ms) Rendered expenses/index.slim within layouts/application (36.3ms)
Completed 401 Unauthorized in 58ms (ActiveRecord: 0.8ms)
ActionView::Template::Error (undefined method `errors' for nil:NilClass):
1: <%= form_with(model: expense, local: true) do |form| %> 2: <% if expense.errors.any? %> 3: <div id="error_explanation"> 4: <h2><%= pluralize(expense.errors.count, "error") %> prohibited this expense from being saved:</h2> 5:
app/views/expenses/_form.html.erb:2:in `block in _app_views_expenses__form_html_erb__343527789294980172_70107934704040' app/views/expenses/_form.html.erb:1:in `_app_views_expenses__form_html_erb__343527789294980172_70107934704040' app/views/expenses/index.slim:4:in `_app_views_expenses_index_slim__3240739232011267891_70107988233360' Started GET “/” for 127.0.0.1 at 2018-03-12 04:46:08 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (1.7ms) Rendered layouts/_navigation.slim (9.7ms) Rendered layouts/_messages.slim (8.2ms)
Completed 200 OK in 214ms (Views: 199.7ms | ActiveRecord: 0.4ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-12 04:46:12 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.8ms) Rendered layouts/_navigation.slim (5.7ms) Rendered layouts/_messages.slim (9.2ms)
Completed 200 OK in 120ms (Views: 108.5ms | ActiveRecord: 2.2ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:46:18 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (5.5ms) Rendered expenses/index.slim within layouts/application (17.5ms)
Completed 401 Unauthorized in 38ms (ActiveRecord: 0.4ms)
ActionView::Template::Error (undefined method `errors' for nil:NilClass):
1: <%= form_with(model: expense, local: true) do |form| %> 2: <% if expense.errors.any? %> 3: <div id="error_explanation"> 4: <h2><%= pluralize(expense.errors.count, "error") %> prohibited this expense from being saved:</h2> 5:
app/views/expenses/_form.html.erb:2:in `block in _app_views_expenses__form_html_erb__343527789294980172_70108007828140' app/views/expenses/_form.html.erb:1:in `_app_views_expenses__form_html_erb__343527789294980172_70108007828140' app/views/expenses/index.slim:4:in `_app_views_expenses_index_slim__3240739232011267891_70108002014360' Started GET “/expenses/new” for 127.0.0.1 at 2018-03-12 04:46:29 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (8.3ms) Rendered expenses/new.html.erb within layouts/application (11.0ms) Rendered layouts/_navigation.slim (5.7ms) Rendered layouts/_messages.slim (6.1ms)
Completed 200 OK in 182ms (Views: 154.3ms | ActiveRecord: 0.8ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started POST “/expenses” for 127.0.0.1 at 2018-03-12 04:46:32 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"9dTaeHwy8BVx+W7lUMkPx27LXhIryZ/5IeCUqKwzE6z3AUhkzQtSy8IAqoR8TjL4LhGdjBNRglwUv/hvSFz0YA==", "expense"=>{"line"=>"", "Date(1i)"=>"2018", "Date(2i)"=>"3", "Date(3i)"=>"12", "AccountName"=>"", "Description"=>"", "Expense"=>""}, "commit"=>"Create Expense"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.2ms)[0m [1m[32mINSERT INTO "expenses" ("line", "Date", "AccountName", "Description", "Expense", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["line", ""], ["Date", "2018-03-12"], ["AccountName", ""], ["Description", ""], ["Expense", ""], ["created_at", "2018-03-12 02:46:32.583833"], ["updated_at", "2018-03-12 02:46:32.583833"], ["user_id", 1]]
[1m[35m (3.1ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 17ms (ActiveRecord: 4.8ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:46:32 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (11.1ms) Rendered expenses/index.slim within layouts/application (33.3ms)
Completed 401 Unauthorized in 60ms (ActiveRecord: 0.5ms)
ActionView::Template::Error (undefined method `errors' for nil:NilClass):
1: <%= form_with(model: expense, local: true) do |form| %> 2: <% if expense.errors.any? %> 3: <div id="error_explanation"> 4: <h2><%= pluralize(expense.errors.count, "error") %> prohibited this expense from being saved:</h2> 5:
app/views/expenses/_form.html.erb:2:in `block in _app_views_expenses__form_html_erb__343527789294980172_70107934884980' app/views/expenses/_form.html.erb:1:in `_app_views_expenses__form_html_erb__343527789294980172_70107934884980' app/views/expenses/index.slim:4:in `_app_views_expenses_index_slim__3240739232011267891_70108007565020' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:48:31 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (6.0ms) Rendered expenses/index.slim within layouts/application (26.5ms)
Completed 401 Unauthorized in 176ms (ActiveRecord: 2.9ms)
ActionView::Template::Error (undefined method `errors' for nil:NilClass):
1: <%= form_with(model: expense, local: true) do |form| %> 2: <% if expense.errors.any? %> 3: <div id="error_explanation"> 4: <h2><%= pluralize(expense.errors.count, "error") %> prohibited this expense from being saved:</h2> 5:
app/views/expenses/_form.html.erb:2:in `block in _app_views_expenses__form_html_erb__343527789294980172_70108006957080' app/views/expenses/_form.html.erb:1:in `_app_views_expenses__form_html_erb__343527789294980172_70108006957080' app/views/expenses/index.slim:4:in `_app_views_expenses_index_slim__3240739232011267891_70108006570220' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:50:22 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (14.5ms) Rendered expenses/index.slim within layouts/application (45.4ms)
Completed 401 Unauthorized in 185ms (ActiveRecord: 5.4ms)
ActionView::Template::Error (undefined method `errors' for nil:NilClass):
1: <%= form_with(model: expense, local: true) do |form| %> 2: <% if expense.errors.any? %> 3: <div id="error_explanation"> 4: <h2><%= pluralize(expense.errors.count, "error") %> prohibited this expense from being saved:</h2> 5:
app/views/expenses/_form.html.erb:2:in `block in _app_views_expenses__form_html_erb__343527789294980172_70108010733040' app/views/expenses/_form.html.erb:1:in `_app_views_expenses__form_html_erb__343527789294980172_70108010733040' app/views/expenses/index.slim:4:in `_app_views_expenses_index_slim__3240739232011267891_70107995017580'
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started POST “/expenses” for 127.0.0.1 at 2018-03-12 04:50:28 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"9dTaeHwy8BVx+W7lUMkPx27LXhIryZ/5IeCUqKwzE6z3AUhkzQtSy8IAqoR8TjL4LhGdjBNRglwUv/hvSFz0YA==", "expense"=>{"line"=>"", "Date(1i)"=>"2018", "Date(2i)"=>"3", "Date(3i)"=>"12", "AccountName"=>"", "Description"=>"", "Expense"=>""}, "commit"=>"Create Expense"}
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (2.7ms)[0m [1m[32mINSERT INTO "expenses" ("line", "Date", "AccountName", "Description", "Expense", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["line", ""], ["Date", "2018-03-12"], ["AccountName", ""], ["Description", ""], ["Expense", ""], ["created_at", "2018-03-12 02:50:28.550732"], ["updated_at", "2018-03-12 02:50:28.550732"], ["user_id", 1]]
[1m[35m (4.8ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses/4 Completed 302 Found in 30ms (ActiveRecord: 8.2ms)
Started GET “/expenses/4” for 127.0.0.1 at 2018-03-12 04:50:28 +0200 Processing by ExpensesController#show as HTML
Parameters: {"id"=>"4"}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 4], ["LIMIT", 1]]
Rendering expenses/show.html.erb within layouts/application
Rendered expenses/show.html.erb within layouts/application (7.7ms)
Rendered layouts/_navigation.slim (15.3ms)
Rendered layouts/_messages.slim (5.0ms)
Completed 200 OK in 280ms (Views: 270.9ms | ActiveRecord: 0.8ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:50:31 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (5.9ms) Rendered expenses/index.slim within layouts/application (24.0ms)
Completed 401 Unauthorized in 55ms (ActiveRecord: 0.5ms)
ActionView::Template::Error (undefined method `errors' for nil:NilClass):
1: <%= form_with(model: expense, local: true) do |form| %> 2: <% if expense.errors.any? %> 3: <div id="error_explanation"> 4: <h2><%= pluralize(expense.errors.count, "error") %> prohibited this expense from being saved:</h2> 5:
app/views/expenses/_form.html.erb:2:in `block in _app_views_expenses__form_html_erb__343527789294980172_70107966763100' app/views/expenses/_form.html.erb:1:in `_app_views_expenses__form_html_erb__343527789294980172_70107966763100' app/views/expenses/index.slim:4:in `_app_views_expenses_index_slim__3240739232011267891_70107969265180' Started GET “/expenses/4” for 127.0.0.1 at 2018-03-12 04:51:12 +0200 Processing by ExpensesController#show as HTML
Parameters: {"id"=>"4"}
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 4], ["LIMIT", 1]]
Rendering expenses/show.html.erb within layouts/application
Rendered expenses/show.html.erb within layouts/application (1.3ms)
Rendered layouts/_navigation.slim (5.5ms)
Rendered layouts/_messages.slim (4.0ms)
Completed 200 OK in 220ms (Views: 151.3ms | ActiveRecord: 2.7ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses/4/edit” for 127.0.0.1 at 2018-03-12 04:52:12 +0200 Processing by ExpensesController#edit as HTML
Parameters: {"id"=>"4"}
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 4], ["LIMIT", 1]]
Rendering expenses/edit.html.erb within layouts/application
Rendered expenses/_form.html.erb (28.3ms)
Rendered expenses/edit.html.erb within layouts/application (36.6ms)
Rendered layouts/_navigation.slim (9.4ms)
Rendered layouts/_messages.slim (9.5ms)
Completed 200 OK in 312ms (Views: 296.7ms | ActiveRecord: 1.2ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.js.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.js.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started PATCH “/expenses/4” for 127.0.0.1 at 2018-03-12 04:53:16 +0200 Processing by ExpensesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b0LIPWntgOh5kYfqL3XmwNjUeOSxkl/dxZ+uY89sJhxtl1oh2NQiNspoQ4sD8tv/mA67eokKQnjwwMKkKwPB0A==", "expense"=>{"line"=>"", "Date(1i)"=>"2018", "Date(2i)"=>"3", "Date(3i)"=>"12", "AccountName"=>"this ", "Description"=>"is th", "Expense"=>"the reality"}, "id"=>"4"}
[1m[36mUser Load (3.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 4], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.9ms)[0m [1m[33mUPDATE "expenses" SET "AccountName" = ?, "Description" = ?, "Expense" = ?, "updated_at" = ? WHERE "expenses"."id" = ?[0m [["AccountName", "this "], ["Description", "is th"], ["Expense", "the reality"], ["updated_at", "2018-03-12 02:53:16.767167"], ["id", 4]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 67ms (ActiveRecord: 8.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:53:16 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (9.5ms) Rendered expenses/index.slim within layouts/application (32.9ms)
Completed 401 Unauthorized in 76ms (ActiveRecord: 1.6ms)
ActionView::Template::Error (undefined method `errors' for nil:NilClass):
1: <%= form_with(model: expense, local: true) do |form| %> 2: <% if expense.errors.any? %> 3: <div id="error_explanation"> 4: <h2><%= pluralize(expense.errors.count, "error") %> prohibited this expense from being saved:</h2> 5:
app/views/expenses/_form.html.erb:2:in `block in _app_views_expenses__form_html_erb__343527789294980172_70107985544860' app/views/expenses/_form.html.erb:1:in `_app_views_expenses__form_html_erb__343527789294980172_70107985544860' app/views/expenses/index.slim:4:in `_app_views_expenses_index_slim__3240739232011267891_70107993756560' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:54:22 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:54:22.962328"], ["updated_at", "2018-03-12 02:54:22.962328"], ["user_id", 1]]
[1m[35m (3.0ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (5.6ms)
Rendered expenses/index.slim within layouts/application (20.7ms)
Completed 401 Unauthorized in 132ms (ActiveRecord: 5.7ms)
ActionView::Template::Error (undefined method `errors' for nil:NilClass):
1: <%= form_with(model: expense, local: true) do |form| %> 2: <% if expense.errors.any? %> 3: <div id="error_explanation"> 4: <h2><%= pluralize(expense.errors.count, "error") %> prohibited this expense from being saved:</h2> 5:
app/views/expenses/_form.html.erb:2:in `block in _app_views_expenses__form_html_erb__343527789294980172_70107994703740' app/views/expenses/_form.html.erb:1:in `_app_views_expenses__form_html_erb__343527789294980172_70107994703740' app/views/expenses/index.slim:4:in `_app_views_expenses_index_slim__3240739232011267891_70108002046760' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:54:32 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.8ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:54:32.918462"], ["updated_at", "2018-03-12 02:54:32.918462"], ["user_id", 1]]
[1m[35m (3.4ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (8.6ms)
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (31.0ms)
Rendered layouts/_navigation.slim (7.9ms)
Rendered layouts/_messages.slim (6.5ms)
Completed 200 OK in 347ms (Views: 273.9ms | ActiveRecord: 7.7ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2018-03-12 04:56:14 +0200
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.2ms)
Started GET “/” for 127.0.0.1 at 2018-03-12 04:56:18 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms) Rendered layouts/_navigation.slim (5.5ms) Rendered layouts/_navigation.slim (5.5ms) Rendered layouts/_messages.slim (4.0ms) Rendered layouts/_messages.slim (5.4ms)
Completed 200 OK in 6852ms (Views: 6644.2ms | ActiveRecord: 0.9ms)
Completed 200 OK in 11034ms (Views: 10948.5ms | ActiveRecord: 1.5ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:56:36 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.2ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:56:36.614079"], ["updated_at", "2018-03-12 02:56:36.614079"], ["user_id", 1]]
[1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (438.5ms)
[1m[36mExpense Load (1.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (468.8ms)
Rendered layouts/_navigation.slim (4.5ms)
Rendered layouts/_messages.slim (3.6ms)
Completed 200 OK in 682ms (Views: 576.2ms | ActiveRecord: 5.2ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 04:59:24 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (3.0ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 02:59:24.263710"], ["updated_at", "2018-03-12 02:59:24.263710"], ["user_id", 1]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (31.1ms)
[1m[36mExpense Load (0.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (112.4ms)
Rendered layouts/_navigation.slim (13.7ms)
Rendered layouts/_messages.slim (14.7ms)
Completed 200 OK in 596ms (Views: 525.9ms | ActiveRecord: 8.6ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:01:53 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (1.9ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 03:01:53.701002"], ["updated_at", "2018-03-12 03:01:53.701002"], ["user_id", 1]]
[1m[35m (3.7ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (37.3ms)
[1m[36mExpense Load (1.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (111.9ms)
Completed 401 Unauthorized in 236ms (ActiveRecord: 9.4ms)
ActionView::Template::Error (Malformed indentation
/Users/musochilimboyi/CashFlosum/app/views/layouts/application.slim, Line 23, Column 9 .row ^
):
20: = render 'layouts/messages' 21: 22: 23: .row 24: 25: .main 26: = yield
app/views/layouts/application.slim:23 Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:02:33 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (3.3ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 03:02:33.752617"], ["updated_at", "2018-03-12 03:02:33.752617"], ["user_id", 1]]
[1m[35m (4.1ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (9.1ms)
[1m[36mExpense Load (1.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (31.1ms)
Rendered layouts/_navigation.slim (8.2ms)
Rendered layouts/_messages.slim (5.8ms)
Completed 200 OK in 299ms (Views: 276.7ms | ActiveRecord: 9.5ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:03:48 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 03:03:48.149382"], ["updated_at", "2018-03-12 03:03:48.149382"], ["user_id", 1]]
[1m[35m (3.6ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (8.4ms)
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (41.4ms)
Rendered layouts/_navigation.slim (8.8ms)
Rendered layouts/_messages.slim (4.9ms)
Completed 200 OK in 317ms (Views: 272.4ms | ActiveRecord: 6.2ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:04:58 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (7.1ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 03:04:58.294258"], ["updated_at", "2018-03-12 03:04:58.294258"], ["user_id", 1]]
[1m[35m (3.4ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (32.0ms)
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (80.4ms)
Rendered layouts/_navigation.slim (19.2ms)
Rendered layouts/_messages.slim (8.2ms)
Completed 200 OK in 444ms (Views: 384.2ms | ActiveRecord: 12.7ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:05:38 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.2ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 03:05:38.829499"], ["updated_at", "2018-03-12 03:05:38.829499"], ["user_id", 1]]
[1m[35m (5.6ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (11.5ms)
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (32.0ms)
Rendered layouts/_navigation.slim (5.6ms)
Rendered layouts/_messages.slim (4.6ms)
Completed 200 OK in 207ms (Views: 191.3ms | ActiveRecord: 7.9ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:05:58 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 03:05:58.060352"], ["updated_at", "2018-03-12 03:05:58.060352"], ["user_id", 1]]
[1m[35m (1.5ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (13.5ms)
[1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (40.4ms)
Rendered layouts/_navigation.slim (7.6ms)
Rendered layouts/_messages.slim (8.5ms)
Completed 200 OK in 230ms (Views: 212.0ms | ActiveRecord: 6.6ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:06:10 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 03:06:10.999182"], ["updated_at", "2018-03-12 03:06:10.999182"], ["user_id", 1]]
[1m[35m (3.0ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (9.0ms)
[1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (36.6ms)
Rendered layouts/_navigation.slim (4.5ms)
Rendered layouts/_messages.slim (4.9ms)
Completed 200 OK in 205ms (Views: 192.5ms | ActiveRecord: 4.5ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:06:29 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 03:06:29.883585"], ["updated_at", "2018-03-12 03:06:29.883585"], ["user_id", 1]]
[1m[35m (5.4ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (9.4ms)
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (33.0ms)
Rendered layouts/_navigation.slim (15.0ms)
Rendered layouts/_messages.slim (6.9ms)
Completed 200 OK in 260ms (Views: 246.8ms | ActiveRecord: 6.8ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2018-03-12 05:11:18 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.9ms) Rendered layouts/_navigation.slim (7.6ms) Rendered layouts/_messages.slim (8.7ms)
Completed 200 OK in 353ms (Views: 282.4ms | ActiveRecord: 1.9ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:11:25 +0200
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:7: syntax error, unexpected ')', expecting keyword_end
Expense.where(:Accountname.blank? )).destroy_all
^):
app/controllers/expenses_controller.rb:7: syntax error, unexpected ')', expecting keyword_end Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:12:41 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 59ms (ActiveRecord: 1.9ms)
NameError (uninitialized constant ExpensesController::Accountname):
app/controllers/expenses_controller.rb:7:in `index' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:12:51 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses"[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 1]]
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35mSQL (3.0ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 1]]
[1m[35m (4.3ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 2]]
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (5.5ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 3]]
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (3.3ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 4]]
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (2.8ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 5]]
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (2.8ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 6]]
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (3.0ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 7]]
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (2.8ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 8]]
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 9]]
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 10]]
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (2.7ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 11]]
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (2.8ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 12]]
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 13]]
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 14]]
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (2.7ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 15]]
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (3.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 16]]
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (5.5ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-12 03:12:52.031655"], ["updated_at", "2018-03-12 03:12:52.031655"], ["user_id", 1]]
[1m[35m (3.3ms)[0m [1m[36mcommit transaction[0m
Rendering expenses/index.slim within layouts/application
Rendered expenses/_form.html.erb (9.0ms)
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Rendered expenses/index.slim within layouts/application (24.3ms)
Rendered layouts/_navigation.slim (6.4ms)
Rendered layouts/_messages.slim (4.2ms)
Completed 200 OK in 489ms (Views: 269.9ms | ActiveRecord: 73.1ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started PATCH “/expenses/17” for 127.0.0.1 at 2018-03-12 05:13:09 +0200 Processing by ExpensesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"TTA1HZp0a8OJq8Jb9Ji1QFq0Opk7+R+urMITt/tzqxNP5acBK03JHTpSBjrYH4h/Gm75BwNhAguZnX9wHxxM3w==", "expense"=>{"line"=>"THis ", "Date(1i)"=>"2018", "Date(2i)"=>"3", "Date(3i)"=>"12", "AccountName"=>"Truth", "Description"=>"What is this ", "Expense"=>"truth"}, "commit"=>"Update Expense", "id"=>"17"}
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 37ms (ActiveRecord: 0.7ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-12 05:13:09 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (4.4ms) Rendered devise/sessions/new.html.erb within layouts/application (34.2ms) Rendered layouts/_navigation.slim (8.2ms) Rendered layouts/_messages.slim (6.2ms)
Completed 200 OK in 215ms (Views: 208.1ms | ActiveRecord: 0.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-12 05:13:13 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/19hLEHZUbar5SGVTOJGlPu9cuW7Ghgr6Vv3TiFKTtb9ivMw8ODzaBgc5fRgZXuru2exe4OCBY7cBJuJxSWpGg==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 7ms (ActiveRecord: 0.4ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/19hLEHZUbar5SGVTOJGlPu9cuW7Ghgr6Vv3TiFKTtb9ivMw8ODzaBgc5fRgZXuru2exe4OCBY7cBJuJxSWpGg==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (1.8ms)
Rendered devise/sessions/new.html.erb within layouts/application (7.3ms)
Rendered layouts/_navigation.slim (6.8ms)
Rendered layouts/_messages.slim (5.2ms)
Completed 200 OK in 331ms (Views: 98.3ms | ActiveRecord: 0.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-12 05:13:22 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"9YbOS88lXqce6iGE6Bkefyvei/zFWOkiIGTsSckyTdz3U1xXfhz8ea0T5eXEniNAawRIYv3A9IcVO4COLV2qEA==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 4ms (ActiveRecord: 0.4ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"9YbOS88lXqce6iGE6Bkefyvei/zFWOkiIGTsSckyTdz3U1xXfhz8ea0T5eXEniNAawRIYv3A9IcVO4COLV2qEA==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (1.6ms)
Rendered devise/sessions/new.html.erb within layouts/application (6.8ms)
Rendered layouts/_navigation.slim (5.9ms)
Rendered layouts/_messages.slim (5.2ms)
Completed 200 OK in 301ms (Views: 102.8ms | ActiveRecord: 0.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/users/sign_up” for 127.0.0.1 at 2018-03-12 05:13:28 +0200 Processing by Devise::RegistrationsController#new as HTML
Rendering devise/registrations/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (2.8ms) Rendered devise/registrations/new.html.erb within layouts/application (12.6ms) Rendered layouts/_navigation.slim (7.4ms) Rendered layouts/_messages.slim (4.8ms)
Completed 200 OK in 148ms (Views: 144.7ms | ActiveRecord: 0.0ms)
Started POST “/users” for 127.0.0.1 at 2018-03-12 05:13:38 +0200 Processing by Devise::RegistrationsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"a5KVwcS52KjI1XLSEkU7xSLgreP6eRRyrhbUAX3w6FdpRwfddYB6dnsstrM+wgb6YjpufcLhCdebSbjGmZ8Pmw==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[36mUser Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["email", "musosum@gmail.com"], ["encrypted_password", "$2a$11$Ypcl/ZdEPTUC2qUCBufdu.z48tRteM69hkp72VkQORIkJ4n3NN3le"], ["created_at", "2018-03-12 03:13:38.584410"], ["updated_at", "2018-03-12 03:13:38.584410"]]
[1m[35m (3.2ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?[0m [["sign_in_count", 1], ["current_sign_in_at", "2018-03-12 03:13:38.590930"], ["last_sign_in_at", "2018-03-12 03:13:38.590930"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2018-03-12 03:13:38.591878"], ["id", 2]]
[1m[35m (3.0ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/ Completed 302 Found in 206ms (ActiveRecord: 7.8ms)
Started GET “/” for 127.0.0.1 at 2018-03-12 05:13:38 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.4ms) Rendered layouts/_navigation.slim (4.8ms) Rendered layouts/_messages.slim (3.3ms)
Completed 200 OK in 83ms (Views: 71.2ms | ActiveRecord: 0.3ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:13:53 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Completed 401 Unauthorized in 46ms (ActiveRecord: 3.3ms)
ArgumentError (wrong number of arguments (given 0, expected 1)):
app/controllers/expenses_controller.rb:7:in `index' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:18:16 +0200
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: syntax error, unexpected '=', expecting ')' …tName, :Description, :Expense]=blank?). delete_all … ^):
app/controllers/expenses_controller.rb:10: syntax error, unexpected '=', expecting ')' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:22:38 +0200
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: syntax error, unexpected ':', expecting ')'
Expenses.where( Date: empty? && AccountName: empty?).delete_all
^):
app/controllers/expenses_controller.rb:10: syntax error, unexpected ':', expecting ')' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:24:50 +0200
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: syntax error, unexpected ':', expecting ')'
Expenses.delete.where( Date: empty? && AccountName: empty?).
^
/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:78: syntax error, unexpected end-of-input, expecting keyword_end):
app/controllers/expenses_controller.rb:10: syntax error, unexpected ':', expecting ')' app/controllers/expenses_controller.rb:78: syntax error, unexpected end-of-input, expecting keyword_end Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:25:01 +0200
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: syntax error, unexpected ':', expecting ')'
Expenses.delete.where( Date: empty? && AccountName: empty?)
^
/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:78: syntax error, unexpected end-of-input, expecting keyword_end):
app/controllers/expenses_controller.rb:10: syntax error, unexpected ':', expecting ')' app/controllers/expenses_controller.rb:78: syntax error, unexpected end-of-input, expecting keyword_end Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:28:48 +0200
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: syntax error, unexpected '.', expecting ')'
Expenses.delete(.where("date= ? AND AccountName = ?", "", ""))
^
/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: syntax error, unexpected ')', expecting keyword_end /Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:78: syntax error, unexpected end-of-input, expecting keyword_end):
app/controllers/expenses_controller.rb:10: syntax error, unexpected '.', expecting ')' app/controllers/expenses_controller.rb:10: syntax error, unexpected ')', expecting keyword_end app/controllers/expenses_controller.rb:78: syntax error, unexpected end-of-input, expecting keyword_end Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:29:04 +0200
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: syntax error, unexpected ')', expecting keyword_end /Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:81: syntax error, unexpected end-of-input, expecting keyword_end):
app/controllers/expenses_controller.rb:10: syntax error, unexpected ')', expecting keyword_end app/controllers/expenses_controller.rb:81: syntax error, unexpected end-of-input, expecting keyword_end Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:30:45 +0200
[1m[35m (2.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: syntax error, unexpected ')', expecting keyword_end /Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:80: syntax error, unexpected end-of-input, expecting keyword_end):
app/controllers/expenses_controller.rb:10: syntax error, unexpected ')', expecting keyword_end app/controllers/expenses_controller.rb:80: syntax error, unexpected end-of-input, expecting keyword_end Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:31:09 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Completed 401 Unauthorized in 115ms (ActiveRecord: 3.6ms)
NameError (uninitialized constant ExpensesController::Expenses):
app/controllers/expenses_controller.rb:10:in `index' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:31:21 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Completed 401 Unauthorized in 37ms (ActiveRecord: 3.7ms)
ArgumentError (wrong number of arguments (given 0, expected 1)):
app/controllers/expenses_controller.rb:10:in `index' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:32:41 +0200
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: syntax error, unexpected '?'
Expense.delete.where(date= ? AND AccountName = ?, "", "")
^
/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: dynamic constant assignment
Expense.delete.where(date= ? AND AccountName = ?, "", "")
^
/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: syntax error, unexpected ')', expecting keyword_end /Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:80: syntax error, unexpected end-of-input, expecting keyword_end):
app/controllers/expenses_controller.rb:10: syntax error, unexpected '?' app/controllers/expenses_controller.rb:10: dynamic constant assignment app/controllers/expenses_controller.rb:10: syntax error, unexpected ')', expecting keyword_end app/controllers/expenses_controller.rb:80: syntax error, unexpected end-of-input, expecting keyword_end Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:32:54 +0200
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: syntax error, unexpected '?'
Expense.delete.where(date= ? && AccountName = ?, "", "")
^
/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: dynamic constant assignment
Expense.delete.where(date= ? && AccountName = ?, "", "")
^
/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: syntax error, unexpected ')', expecting keyword_end /Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:80: syntax error, unexpected end-of-input, expecting keyword_end):
app/controllers/expenses_controller.rb:10: syntax error, unexpected '?' app/controllers/expenses_controller.rb:10: dynamic constant assignment app/controllers/expenses_controller.rb:10: syntax error, unexpected ')', expecting keyword_end app/controllers/expenses_controller.rb:80: syntax error, unexpected end-of-input, expecting keyword_end Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:33:18 +0200
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: dynamic constant assignment
Expense.delete.where(date= "" && AccountName = "")
^):
app/controllers/expenses_controller.rb:10: dynamic constant assignment Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:33:28 +0200
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: dynamic constant assignment
Expense.delete.where(date= "" & AccountName = "")
^):
app/controllers/expenses_controller.rb:10: dynamic constant assignment Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:34:41 +0200
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: syntax error, unexpected tCONSTANT, expecting ')'
Expense.delete.where(date = "" AND AccountName = "")
^
/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: dynamic constant assignment
Expense.delete.where(date = "" AND AccountName = "")
^
/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: syntax error, unexpected ')', expecting keyword_end /Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:80: syntax error, unexpected end-of-input, expecting keyword_end):
app/controllers/expenses_controller.rb:10: syntax error, unexpected tCONSTANT, expecting ')' app/controllers/expenses_controller.rb:10: dynamic constant assignment app/controllers/expenses_controller.rb:10: syntax error, unexpected ')', expecting keyword_end app/controllers/expenses_controller.rb:80: syntax error, unexpected end-of-input, expecting keyword_end Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:35:04 +0200
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: syntax error, unexpected '=', expecting ')'
Expense.delete.where(:Date = "" AND :AccountName = "")
^
/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: dynamic constant assignment
Expense.delete.where(:Date = "" AND :AccountName = "")
^
/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: syntax error, unexpected ')', expecting keyword_end /Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:80: syntax error, unexpected end-of-input, expecting keyword_end):
app/controllers/expenses_controller.rb:10: syntax error, unexpected '=', expecting ')' app/controllers/expenses_controller.rb:10: dynamic constant assignment app/controllers/expenses_controller.rb:10: syntax error, unexpected ')', expecting keyword_end app/controllers/expenses_controller.rb:80: syntax error, unexpected end-of-input, expecting keyword_end Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:35:18 +0200
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: syntax error, unexpected '=', expecting ')'
Expense.delete.where(:Date = "" )
^
/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:80: syntax error, unexpected end-of-input, expecting keyword_end):
app/controllers/expenses_controller.rb:10: syntax error, unexpected '=', expecting ')' app/controllers/expenses_controller.rb:80: syntax error, unexpected end-of-input, expecting keyword_end Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:35:47 +0200
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: syntax error, unexpected tFID, expecting ')'
Expense.delete.where(:Date is_blank?)
^
/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:80: syntax error, unexpected end-of-input, expecting keyword_end):
app/controllers/expenses_controller.rb:10: syntax error, unexpected tFID, expecting ')' app/controllers/expenses_controller.rb:80: syntax error, unexpected end-of-input, expecting keyword_end Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:36:32 +0200
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: syntax error, unexpected tFID, expecting ')'
Expense.delete.(:Date is_blank?)
^):
app/controllers/expenses_controller.rb:10: syntax error, unexpected tFID, expecting ')' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:37:05 +0200
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: syntax error, unexpected '=', expecting ')'
Expense.delete.(:Date = blank?)
^):
app/controllers/expenses_controller.rb:10: syntax error, unexpected '=', expecting ')' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:37:23 +0200
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:81: syntax error, unexpected keyword_end, expecting end-of-input):
app/controllers/expenses_controller.rb:81: syntax error, unexpected keyword_end, expecting end-of-input Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:37:32 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Completed 401 Unauthorized in 59ms (ActiveRecord: 5.1ms)
ArgumentError (wrong number of arguments (given 0, expected 1)):
app/controllers/expenses_controller.rb:10:in `index' Started GET “/” for 127.0.0.1 at 2018-03-12 05:39:01 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (1.4ms) Rendered layouts/_navigation.slim (6.3ms) Rendered layouts/_messages.slim (4.4ms)
Completed 200 OK in 9144ms (Views: 9081.9ms | ActiveRecord: 3.7ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:39:15 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] [1m[36mExpense Load (5.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Completed 401 Unauthorized in 236ms (ActiveRecord: 1.0ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
NoMethodError (undefined method `Date' for #<ExpensesController:0x007f9d7a774218> Did you mean? update):
app/controllers/expenses_controller.rb:10:in `index' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:39:31 +0200
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: syntax error, unexpected ':', expecting ')'
Expense.where.(:Date :blank?).delete
^):
app/controllers/expenses_controller.rb:10: syntax error, unexpected ':', expecting ')' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:39:40 +0200
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: syntax error, unexpected tFID, expecting ')'
Expense.where.(:Date blank?).delete
^):
app/controllers/expenses_controller.rb:10: syntax error, unexpected tFID, expecting ')' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:39:49 +0200
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: syntax error, unexpected tFID, expecting ')'
Expense.where.(:Date is_blank?).delete
^):
app/controllers/expenses_controller.rb:10: syntax error, unexpected tFID, expecting ')' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:40:10 +0200
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: syntax error, unexpected '=', expecting ')'
Expense.where.(:Date = nil).delete
^):
app/controllers/expenses_controller.rb:10: syntax error, unexpected '=', expecting ')' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:42:03 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" LIMIT ?[0m [["LIMIT", 11]]
Completed 401 Unauthorized in 108ms (ActiveRecord: 4.6ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" LIMIT ?[0m [["LIMIT", 11]]
NoMethodError (undefined method `call' for #<ActiveRecord::QueryMethods::WhereChain:0x007f9d7c08b580> Did you mean? caller):
app/controllers/expenses_controller.rb:10:in `index' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:42:31 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" LIMIT ?[0m [["LIMIT", 11]]
Completed 401 Unauthorized in 58ms (ActiveRecord: 2.1ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" LIMIT ?[0m [["LIMIT", 11]]
NoMethodError (undefined method `call' for #<ActiveRecord::QueryMethods::WhereChain:0x007f9d7c258b60> Did you mean? caller):
app/controllers/expenses_controller.rb:10:in `index' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:42:40 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Completed 401 Unauthorized in 213ms (ActiveRecord: 1.8ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
NoMethodError (undefined method `is_blank?' for #<ExpensesController:0x007f9d753c6cd8> Did you mean? blank?):
app/controllers/expenses_controller.rb:10:in `index' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:42:48 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" LIMIT ?[0m [["LIMIT", 11]]
Completed 401 Unauthorized in 51ms (ActiveRecord: 2.3ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" LIMIT ?[0m [["LIMIT", 11]]
NoMethodError (undefined method `call' for #<ActiveRecord::QueryMethods::WhereChain:0x007f9d793ebb60> Did you mean? caller):
app/controllers/expenses_controller.rb:10:in `index' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:42:59 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Completed 401 Unauthorized in 43ms (ActiveRecord: 2.0ms)
ArgumentError (wrong number of arguments (given 0, expected 1)):
app/controllers/expenses_controller.rb:10:in `index' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:43:10 +0200
SyntaxError (/Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:10: dynamic constant assignment
Expense.where(Date =blank?).delete
^):
app/controllers/expenses_controller.rb:10: dynamic constant assignment Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:43:19 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Completed 401 Unauthorized in 48ms (ActiveRecord: 2.1ms)
ArgumentError (wrong number of arguments (given 0, expected 1)):
app/controllers/expenses_controller.rb:10:in `index' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:43:33 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Completed 401 Unauthorized in 401ms (ActiveRecord: 2.1ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
NameError (undefined local variable or method `delete' for #<ExpensesController:0x007f9d7c171300>):
app/controllers/expenses_controller.rb:10:in `index' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:43:47 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Completed 401 Unauthorized in 441ms (ActiveRecord: 1.8ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
NameError (undefined local variable or method `delstroy' for #<ExpensesController:0x007f9d77676cb0> Did you mean? destroy):
app/controllers/expenses_controller.rb:10:in `index' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:43:55 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Completed 401 Unauthorized in 304ms (ActiveRecord: 0.5ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
NameError (undefined local variable or method `delstroy' for #<ExpensesController:0x007f9d7b3b4398> Did you mean? destroy):
app/controllers/expenses_controller.rb:10:in `index' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:44:00 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Completed 401 Unauthorized in 43ms (ActiveRecord: 2.1ms)
NoMethodError (undefined method `destroy' for nil:NilClass):
app/controllers/expenses_controller.rb:63:in `destroy' app/controllers/expenses_controller.rb:10:in `index' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:44:37 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Completed 401 Unauthorized in 39ms (ActiveRecord: 2.5ms)
NoMethodError (undefined method `destroy' for nil:NilClass):
app/controllers/expenses_controller.rb:63:in `destroy' app/controllers/expenses_controller.rb:10:in `index' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:44:50 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Completed 401 Unauthorized in 156ms (ActiveRecord: 1.4ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
NoMethodError (undefined method `destroy!' for #<ExpensesController:0x007f9d7b0eede8> Did you mean? destroy):
app/controllers/expenses_controller.rb:10:in `index' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:45:07 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Completed 401 Unauthorized in 47ms (ActiveRecord: 2.2ms)
NoMethodError (undefined method `destroy' for nil:NilClass):
app/controllers/expenses_controller.rb:63:in `destroy' app/controllers/expenses_controller.rb:10:in `index' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:45:22 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Completed 401 Unauthorized in 34ms (ActiveRecord: 1.6ms)
NoMethodError (undefined method `destroy' for nil:NilClass):
app/controllers/expenses_controller.rb:63:in `destroy' app/controllers/expenses_controller.rb:10:in `index' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:45:54 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (3.7ms) Rendered expenses/index.slim within layouts/application (19.1ms)
Completed 401 Unauthorized in 68ms (ActiveRecord: 2.0ms)
ActionView::Template::Error (undefined method `errors' for nil:NilClass):
1: <%= form_with(model: expense, local: true) do |form| %> 2: <% if expense.errors.any? %> 3: <div id="error_explanation"> 4: <h2><%= pluralize(expense.errors.count, "error") %> prohibited this expense from being saved:</h2> 5:
app/views/expenses/_form.html.erb:2:in `block in _app_views_expenses__form_html_erb__3134034144507178678_70157191399800' app/views/expenses/_form.html.erb:1:in `_app_views_expenses__form_html_erb__3134034144507178678_70157191399800' app/views/expenses/index.slim:8:in `_app_views_expenses_index_slim__1574687095369393467_70157169335080' Started GET “/” for 127.0.0.1 at 2018-03-12 05:50:38 +0200
[1m[35m (1.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (1.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:50:40 +0200
Rendered layouts/_navigation.slim (9.0ms) Rendered layouts/_messages.slim (7.5ms)
Completed 200 OK in 8704ms (Views: 8625.6ms | ActiveRecord: 2.4ms)
Processing by ExpensesController#index as HTML Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:50:47 +0200
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendering expenses/index.slim within layouts/application Rendered expenses/index.slim within layouts/application (10.0ms) Rendered expenses/index.slim within layouts/application (6.4ms)
Completed 401 Unauthorized in 107ms (ActiveRecord: 1.2ms)
Completed 401 Unauthorized in 100ms (ActiveRecord: 3.2ms)
ActionView::Template::Error (Malformed indentation
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.slim, Line 32, Column 3 = else ^
):
29: td= link_to 'Show', expense 30: td= link_to 'Edit', edit_expense_path(expense) 31: 32: = else 33: == 'No records found' 34: 35:
app/views/expenses/index.slim:32 ActionView::Template::Error (Malformed indentation
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.slim, Line 32, Column 3 = else ^
):
29: td= link_to 'Show', expense 30: td= link_to 'Edit', edit_expense_path(expense) 31: 32: = else 33: == 'No records found' 34: 35:
app/views/expenses/index.slim:32 Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:51:40 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (7.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/index.slim within layouts/application (26.1ms)
Completed 401 Unauthorized in 88ms (ActiveRecord: 7.9ms)
ActionView::Template::Error (Malformed indentation
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.slim, Line 32, Column 3 = else ^
):
29: td= link_to 'Show', expense 30: td= link_to 'Edit', edit_expense_path(expense) 31: 32: = else 33: == 'No records found' 34: 35:
app/views/expenses/index.slim:32 Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:52:09 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/index.slim within layouts/application (27.0ms)
Completed 401 Unauthorized in 52ms (ActiveRecord: 3.3ms)
ActionView::Template::Error (Generator supports only core expressions - found [:slim, :output, false, “'No records found'”, [:multi, [:newline], [:newline], [:newline]]]): Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:52:13 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/index.slim within layouts/application (19.7ms)
Completed 401 Unauthorized in 37ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (Generator supports only core expressions - found [:slim, :output, false, “'No records found'”, [:multi, [:newline], [:newline], [:newline]]]): Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:52:35 +0200
[1m[35m (2.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/index.slim within layouts/application (28.4ms)
Completed 401 Unauthorized in 181ms (ActiveRecord: 3.8ms)
ActionView::Template::Error (Generator supports only core expressions - found [:slim, :output, false, “'No records found'”, [:multi, [:newline], [:newline], [:newline]]]): Started GET “/” for 127.0.0.1 at 2018-03-12 05:52:42 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.6ms) Rendered layouts/_navigation.slim (5.9ms) Rendered layouts/_messages.slim (4.0ms)
Completed 200 OK in 4631ms (Views: 4624.3ms | ActiveRecord: 0.3ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-12 05:52:49 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (1.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (0.4ms) Rendered layouts/_navigation.slim (4.5ms) Rendered layouts/_messages.slim (3.6ms)
Completed 200 OK in 100ms (Views: 83.1ms | ActiveRecord: 1.8ms)
Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-12 05:52:51 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (1.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.4ms) Rendered layouts/_navigation.slim (5.2ms) Rendered layouts/_messages.slim (3.8ms)
Completed 200 OK in 96ms (Views: 87.2ms | ActiveRecord: 1.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:53:03 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/index.slim within layouts/application (7.8ms)
Completed 401 Unauthorized in 27ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (Generator supports only core expressions - found [:slim, :output, false, “'No records found'”, [:multi, [:newline], [:newline], [:newline]]]): Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:53:36 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/index.slim within layouts/application (6.5ms)
Completed 401 Unauthorized in 23ms (ActiveRecord: 0.2ms)
ActionView::Template::Error (Generator supports only core expressions - found [:slim, :output, false, “'No records found'”, [:multi, [:newline], [:newline], [:newline]]]): Started GET “/expenses” for 127.0.0.1 at 2018-03-12 05:54:20 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (6.0ms) Rendered expenses/index.slim within layouts/application (18.9ms)
Completed 401 Unauthorized in 37ms (ActiveRecord: 0.2ms)
ActionView::Template::Error (undefined method `errors' for nil:NilClass):
1: <%= form_with(model: expense, local: true) do |form| %> 2: <% if expense.errors.any? %> 3: <div id="error_explanation"> 4: <h2><%= pluralize(expense.errors.count, "error") %> prohibited this expense from being saved:</h2> 5:
app/views/expenses/_form.html.erb:2:in `block in _app_views_expenses__form_html_erb___463411976939592981_70253097726280' app/views/expenses/_form.html.erb:1:in `_app_views_expenses__form_html_erb___463411976939592981_70253097726280' app/views/expenses/index.slim:8:in `_app_views_expenses_index_slim___1062092234311320715_70253090306140' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 21:18:46 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (541.9ms) [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (603.5ms) Rendered layouts/_navigation.slim (5.5ms) Rendered layouts/_messages.slim (6.1ms)
Completed 200 OK in 1014ms (Views: 837.9ms | ActiveRecord: 11.1ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started POST “/expenses” for 127.0.0.1 at 2018-03-12 21:19:39 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"51U2dgVMShR1g41Z2B37A88+CPrN/WczNUFfEF3xgUjlgKRqtHXoysZ6STj0msY8j+TLZPVlepYAHjPXuZ5mhA==", "expense"=>{"line"=>"THis line", "Date(1i)"=>"2018", "Date(2i)"=>"3", "Date(3i)"=>"12", "AccountName"=>"True", "Description"=>"what is this", "Expense"=>"2000"}, "commit"=>"Create Expense"}
[1m[36mUser Load (6.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (4.0ms)[0m [1m[32mINSERT INTO "expenses" ("line", "Date", "AccountName", "Description", "Expense", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["line", "THis line"], ["Date", "2018-03-12"], ["AccountName", "True"], ["Description", "what is this"], ["Expense", "2000"], ["created_at", "2018-03-12 19:19:39.160962"], ["updated_at", "2018-03-12 19:19:39.160962"], ["user_id", 2]]
[1m[35m (3.3ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses/18 Completed 302 Found in 128ms (ActiveRecord: 13.7ms)
Started GET “/expenses/18” for 127.0.0.1 at 2018-03-12 21:19:39 +0200 Processing by ExpensesController#show as HTML
Parameters: {"id"=>"18"}
[1m[36mUser Load (3.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 2], ["id", 18], ["LIMIT", 1]]
Rendering expenses/show.html.erb within layouts/application
Rendered expenses/show.html.erb within layouts/application (5.6ms)
Rendered layouts/_navigation.slim (45.1ms)
Rendered layouts/_messages.slim (28.5ms)
Completed 200 OK in 604ms (Views: 573.3ms | ActiveRecord: 3.5ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 21:19:46 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (34.3ms) [1m[36mExpense Load (0.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (76.3ms) Rendered layouts/_navigation.slim (24.0ms) Rendered layouts/_messages.slim (12.6ms)
Completed 200 OK in 445ms (Views: 391.7ms | ActiveRecord: 2.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-12 21:44:10 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (40.2ms) [1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (79.4ms) Rendered layouts/_navigation.slim (7.4ms) Rendered layouts/_messages.slim (7.7ms)
Completed 200 OK in 2502ms (Views: 2219.2ms | ActiveRecord: 19.7ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 22:35:37 +0200
[1m[35m (2.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (470.5ms) [1m[36mExpense Load (2.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] Rendered expenses/index.slim within layouts/application (749.3ms)
Completed 401 Unauthorized in 944ms (ActiveRecord: 7.1ms)
ActionView::Template::Error (undefined method `empty?' for #<#<Class:0x007fca0213afc8>:0x007fca02138610>):
7: .row 8: == render 'form', expense: @expense 9: 10: = if @expenses.!empty? 11: 12: table#tableOfexpenses 13: thead
app/views/expenses/index.slim:10:in `_app_views_expenses_index_slim__1151548919763728163_70252797494320' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 22:35:52 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (8.0ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] Rendered expenses/index.slim within layouts/application (40.2ms) Rendered layouts/_navigation.slim (9.2ms) Rendered layouts/_messages.slim (7.1ms)
Completed 200 OK in 9772ms (Views: 9759.9ms | ActiveRecord: 5.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 22:36:15 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (67.7ms) [1m[36mExpense Load (5.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] Rendered expenses/index.slim within layouts/application (110.1ms)
Completed 401 Unauthorized in 133ms (ActiveRecord: 7.8ms)
ActionView::Template::Error (undefined method `not_empty?' for #<Expense::ActiveRecord_AssociationRelation:0x007fca02740030>):
7: .row 8: == render 'form', expense: @expense 9: 10: = if @expenses.not_empty? 11: 12: table#tableOfexpenses 13: thead
app/views/expenses/index.slim:10:in `_app_views_expenses_index_slim__1151548919763728163_70252800426220' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 22:38:27 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (7.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (44.4ms) [1m[36mExpense Exists (1.8ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] Rendered expenses/index.slim within layouts/application (110.0ms) Rendered layouts/_navigation.slim (8.5ms) Rendered layouts/_messages.slim (7.1ms)
Completed 200 OK in 506ms (Views: 416.5ms | ActiveRecord: 9.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 22:40:28 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (7.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/index.slim within layouts/application (70.4ms)
Completed 401 Unauthorized in 192ms (ActiveRecord: 7.7ms)
ActionView::Template::Error (Generator supports only core expressions - found [:slim, :text, :inline, [:multi, [:multi, [:static, “Line”]]]]): Started GET “/expenses” for 127.0.0.1 at 2018-03-12 22:42:44 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/index.slim within layouts/application (25.5ms)
Completed 401 Unauthorized in 93ms (ActiveRecord: 4.5ms)
ActionView::Template::Error (Generator supports only core expressions - found [:slim, :text, :inline, [:multi, [:multi, [:static, “Line”]]]]): Started GET “/expenses” for 127.0.0.1 at 2018-03-12 22:45:20 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (8.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/index.slim within layouts/application (34.9ms)
Completed 401 Unauthorized in 180ms (ActiveRecord: 8.9ms)
ActionView::Template::Error (Malformed indentation
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.slim, Line 35, Column 4 debug @expenses ^
):
32: td= link_to 'Edit', edit_expense_path(expense) 33: 34: 35: debug @expenses 36: 37: = link_to 'New Expense', new_expense_path 38:
app/views/expenses/index.slim:35 Started GET “/expenses” for 127.0.0.1 at 2018-03-12 22:46:24 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/index.slim within layouts/application (35.5ms)
Completed 401 Unauthorized in 122ms (ActiveRecord: 4.3ms)
ActionView::Template::Error (Malformed indentation
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.slim, Line 35, Column 4 ==debug @expenses ^
):
32: td= link_to 'Edit', edit_expense_path(expense) 33: 34: 35: ==debug @expenses 36: 37: = link_to 'New Expense', new_expense_path 38:
app/views/expenses/index.slim:35 Started GET “/expenses” for 127.0.0.1 at 2018-03-12 22:46:43 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/index.slim within layouts/application (23.7ms)
Completed 401 Unauthorized in 59ms (ActiveRecord: 2.5ms)
ActionView::Template::Error (Generator supports only core expressions - found [:slim, :text, :inline, [:multi, [:multi, [:static, “Line”]]]]): Started GET “/expenses” for 127.0.0.1 at 2018-03-12 22:46:53 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/index.slim within layouts/application (13.3ms)
Completed 401 Unauthorized in 40ms (ActiveRecord: 2.7ms)
ActionView::Template::Error (Generator supports only core expressions - found [:slim, :text, :inline, [:multi, [:multi, [:static, “Line”]]]]): Started GET “/expenses” for 127.0.0.1 at 2018-03-12 22:47:39 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/index.slim within layouts/application (19.6ms)
Completed 401 Unauthorized in 41ms (ActiveRecord: 2.8ms)
ActionView::Template::Error (Malformed indentation
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.slim, Line 33, Column 6 = link_to 'New Expense', new_expense_path ^
):
30: td= expense.Expense 31: td= link_to 'Show', expense 32: td= link_to 'Edit', edit_expense_path(expense) 33: = link_to 'New Expense', new_expense_path 34: 35: 36:
app/views/expenses/index.slim:33 Started GET “/expenses” for 127.0.0.1 at 2018-03-12 22:47:53 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/index.slim within layouts/application (11.4ms)
Completed 401 Unauthorized in 75ms (ActiveRecord: 4.2ms)
ActionView::Template::Error (Malformed indentation
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.slim, Line 33, Column 4 = link_to 'New Expense', new_expense_path ^
):
30: td= expense.Expense 31: td= link_to 'Show', expense 32: td= link_to 'Edit', edit_expense_path(expense) 33: = link_to 'New Expense', new_expense_path 34: 35: 36:
app/views/expenses/index.slim:33 Started GET “/expenses” for 127.0.0.1 at 2018-03-12 22:48:04 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/index.slim within layouts/application (29.9ms)
Completed 401 Unauthorized in 57ms (ActiveRecord: 2.3ms)
ActionView::Template::Error (Generator supports only core expressions - found [:slim, :text, :inline, [:multi, [:multi, [:static, “Line”]]]]): Started GET “/expenses” for 127.0.0.1 at 2018-03-12 22:52:33 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (8.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/index.slim within layouts/application (33.6ms)
Completed 401 Unauthorized in 129ms (ActiveRecord: 8.1ms)
ActionView::Template::Error (Malformed indentation
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.slim, Line 33, Column 4 = link_to 'New Expense', new_expense_path ^
):
30: td= expense.Expense 31: td= link_to 'Show', expense 32: td= link_to 'Edit', edit_expense_path(expense) 33: = link_to 'New Expense', new_expense_path 34: 35: 36:
app/views/expenses/index.slim:33 Started GET “/expenses” for 127.0.0.1 at 2018-03-12 22:52:46 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/index.slim within layouts/application (28.2ms)
Completed 401 Unauthorized in 72ms (ActiveRecord: 2.6ms)
ActionView::Template::Error (Malformed indentation
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.slim, Line 33, Column 6 = link_to 'New Expense', new_expense_path ^
):
30: td= expense.Expense 31: td= link_to 'Show', expense 32: td= link_to 'Edit', edit_expense_path(expense) 33: = link_to 'New Expense', new_expense_path 34: 35: 36:
app/views/expenses/index.slim:33 Started GET “/expenses” for 127.0.0.1 at 2018-03-12 22:52:57 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/index.slim within layouts/application (24.0ms)
Completed 401 Unauthorized in 59ms (ActiveRecord: 5.2ms)
ActionView::Template::Error (Generator supports only core expressions - found [:slim, :text, :inline, [:multi, [:multi, [:static, “Line”]]]]): Started GET “/expenses” for 127.0.0.1 at 2018-03-12 22:56:26 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (7.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/index.slim within layouts/application (56.6ms)
Completed 401 Unauthorized in 148ms (ActiveRecord: 7.2ms)
ActionView::Template::Error (Generator supports only core expressions - found [:slim, :text, :inline, [:multi, [:multi, [:static, “Line”]]]]): Started GET “/expenses” for 127.0.0.1 at 2018-03-12 22:57:11 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (10.8ms) Rendered expenses/index.slim within layouts/application (43.9ms)
Completed 401 Unauthorized in 70ms (ActiveRecord: 2.7ms)
SyntaxError (/Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:32: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' …_buffer.append=( form.l-po uuuu u dasab text_field :Expense,… … ^):
app/views/expenses/_form.html.erb:32: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' app/views/expenses/index.slim:8:in `_app_views_expenses_index_slim__1151548919763728163_70252833823680' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 22:57:57 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (42.1ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (94.6ms) Rendered layouts/_navigation.slim (18.3ms) Rendered layouts/_messages.slim (14.2ms)
Completed 200 OK in 557ms (Views: 487.0ms | ActiveRecord: 10.2ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 22:59:12 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (19.2ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (60.2ms) Rendered layouts/_navigation.slim (19.9ms) Rendered layouts/_messages.slim (9.7ms)
Completed 200 OK in 374ms (Views: 325.9ms | ActiveRecord: 9.2ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 23:00:23 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (163.9ms) Rendered expenses/index.slim within layouts/application (193.0ms)
Completed 401 Unauthorized in 274ms (ActiveRecord: 4.5ms)
SyntaxError (/Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:22: syntax error, unexpected tIDENTIFIER, expecting ')' …t :Date, id: :expense_Date data:{ provide:'datepicker' } );… … ^):
app/views/expenses/_form.html.erb:22: syntax error, unexpected tIDENTIFIER, expecting ')' app/views/expenses/index.slim:8:in `_app_views_expenses_index_slim__1151548919763728163_70252844141360' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 23:00:45 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (1.5ms) Rendered expenses/index.slim within layouts/application (14.4ms)
Completed 401 Unauthorized in 38ms (ActiveRecord: 0.4ms)
SyntaxError (/Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:22: syntax error, unexpected tIDENTIFIER, expecting ')' …t :Date, id: :expense_Date data: provide:'datepicker' );@ou… … ^):
app/views/expenses/_form.html.erb:22: syntax error, unexpected tIDENTIFIER, expecting ')' app/views/expenses/index.slim:8:in `_app_views_expenses_index_slim__1151548919763728163_70252769212620' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 23:01:12 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (9.1ms) [1m[36mExpense Exists (2.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (32.4ms) Rendered layouts/_navigation.slim (10.3ms) Rendered layouts/_messages.slim (4.5ms)
Completed 200 OK in 271ms (Views: 256.8ms | ActiveRecord: 6.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 23:06:45 +0200
[1m[35m (2.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (429.6ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (473.5ms)
Completed 401 Unauthorized in 983ms (ActiveRecord: 12.0ms)
ActionView::Template::Error (wrong number of arguments (given 4, expected 1)):
7: meta content=("#{content_for?(:description) ? yield(:description) : "Cash Flosum"}") name="description" /
8: link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /
9: link href=("https://fonts.googleapis.com/css?family=Russo One") rel="stylesheet" /
10: = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
11: = csrf_meta_tags
12:
13: script src="https://cdn.datatables.net/t/dt/dt-1.10.11/datatables.min.js" type="text/javascript"
app/assets/stylesheets/application.scss:14 app/views/layouts/application.slim:10:in `_app_views_layouts_application_slim___1134868269843978155_70232053906500' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 23:17:55 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (8.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (39.1ms) [1m[36mExpense Exists (2.8ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (199.9ms) Rendered layouts/_navigation.slim (5.9ms) Rendered layouts/_messages.slim (9.0ms)
Completed 200 OK in 13016ms (Views: 12920.0ms | ActiveRecord: 13.8ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-12 23:25:29 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (16.9ms) [1m[36mExpense Exists (2.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (64.8ms) Rendered layouts/_navigation.slim (7.3ms) Rendered layouts/_messages.slim (4.8ms)
Completed 200 OK in 8035ms (Views: 7981.4ms | ActiveRecord: 10.2ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:14:14 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (10.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (26.2ms) [1m[36mExpense Exists (3.0ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (5.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (185.5ms) Rendered layouts/_navigation.slim (829.4ms)
Completed 401 Unauthorized in 1362ms (ActiveRecord: 18.9ms)
ActionView::Template::Error (undefined local variable or method `cashflows_path' for #<#<Class:0x007fc05babab08>:0x007fc0613a17f8>):
16: li.active 17: == link_to 'Home', static_pages_Welcome_url, class: 'nav-link' 18: li 19: == link_to 'Cashflows', cashflows_path, class: 'nav-link' 20: li 21: == link_to 'About', static_pages_About_url, class: 'nav-link' 22: li
app/views/layouts/_navigation.slim:19:in `_app_views_layouts__navigation_slim__2493707863005952054_70232123018420' app/views/layouts/application.slim:19:in `_app_views_layouts_application_slim___1134868269843978155_70232120761620' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:16:34 +0200
[1m[35m (2.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (402.6ms) [1m[36mExpense Exists (3.8ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (452.9ms) Rendered layouts/_navigation.slim (653.9ms)
Completed 401 Unauthorized in 9389ms (ActiveRecord: 11.1ms)
NameError - undefined local variable or method `expneses_path' for #<#<Class:0x007fb13d985620>:0x007fb13be0f260> Did you mean? expenses_path
expense_path: app/views/layouts/_navigation.slim:19:in `_app_views_layouts__navigation_slim___476348417890288121_70199623566480' app/views/layouts/application.slim:19:in `_app_views_layouts_application_slim___1647854124581093337_70199623832660'
Started POST “/__better_errors/5f92d05ca9391691/variables” for 127.0.0.1 at 2018-03-13 01:16:44 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:17:09 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (3.7ms) [1m[36mExpense Exists (3.1ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (26.1ms) Rendered layouts/_navigation.slim (6.8ms) Rendered layouts/_messages.slim (4.7ms)
Completed 200 OK in 650ms (Views: 630.8ms | ActiveRecord: 8.9ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:17:42 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (5.5ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (28.5ms) Rendered layouts/_navigation.slim (5.7ms) Rendered layouts/_messages.slim (4.8ms)
Completed 200 OK in 648ms (Views: 633.6ms | ActiveRecord: 6.1ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:18:07 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (2.9ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (14.8ms) Rendered layouts/_navigation.slim (6.7ms) Rendered layouts/_messages.slim (9.0ms)
Completed 200 OK in 682ms (Views: 675.0ms | ActiveRecord: 0.6ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:20:18 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (21.5ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (84.3ms) Rendered layouts/_navigation.slim (12.4ms) Rendered layouts/_messages.slim (6.5ms)
Completed 200 OK in 4551ms (Views: 4483.9ms | ActiveRecord: 9.4ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:21:35 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (25.2ms) [1m[36mExpense Exists (3.7ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (89.4ms) Rendered layouts/_navigation.slim (13.9ms) Rendered layouts/_messages.slim (9.6ms)
Completed 200 OK in 990ms (Views: 928.5ms | ActiveRecord: 12.6ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:24:43 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (22.3ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (120.2ms) Rendered layouts/_navigation.slim (546.9ms)
Completed 401 Unauthorized in 970ms (ActiveRecord: 9.9ms)
NoMethodError - undefined method `iif' for #<#<Class:0x007fb13d985620>:0x007fb142858d10>:
app/views/layouts/_navigation.slim:22:in `_app_views_layouts__navigation_slim___476348417890288121_70199654123920' app/views/layouts/application.slim:21:in `_app_views_layouts_application_slim___1647854124581093337_70199650897400'
Started POST “/__better_errors/674240015224940b/variables” for 127.0.0.1 at 2018-03-13 01:24:45 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:24:54 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (3.6ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (24.1ms) Rendered layouts/_navigation.slim (9.8ms)
Completed 401 Unauthorized in 97ms (ActiveRecord: 7.9ms)
SyntaxError - syntax error, unexpected keyword_ensure, expecting keyword_end /Users/musochilimboyi/CashFlosum/app/views/layouts/_navigation.slim:30: syntax error, unexpected end-of-input, expecting keyword_end:
app/views/layouts/_navigation.slim:28:in `' app/views/layouts/application.slim:21:in `_app_views_layouts_application_slim___1647854124581093337_70199610775700'
Started POST “/__better_errors/21d139452a6ea1d7/variables” for 127.0.0.1 at 2018-03-13 01:24:55 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:25:05 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (4.1ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (23.3ms) Rendered layouts/_navigation.slim (6.6ms) Rendered layouts/_messages.slim (5.0ms)
Completed 200 OK in 787ms (Views: 773.2ms | ActiveRecord: 7.6ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:26:58 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (21.1ms) [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (87.4ms)
Completed 401 Unauthorized in 172ms (ActiveRecord: 10.1ms)
Slim::Parser::SyntaxError - Malformed indentation
/Users/musochilimboyi/CashFlosum/app/views/layouts/application.slim, Line 24, Column 6 .container ^
:
app/views/layouts/application.slim:24:in `'
Started POST “/__better_errors/e15d8c04beaf527f/variables” for 127.0.0.1 at 2018-03-13 01:26:59 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:27:22 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (6.1ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (33.2ms) Rendered layouts/_navigation.slim (10.9ms) Rendered layouts/_messages.slim (7.3ms)
Completed 200 OK in 740ms (Views: 723.4ms | ActiveRecord: 7.2ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:34:24 +0200
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (426.6ms) [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (472.9ms) Rendered layouts/_navigation.slim (14.2ms) Rendered layouts/_messages.slim (4.0ms)
Completed 200 OK in 11228ms (Views: 11056.4ms | ActiveRecord: 11.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:35:29 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (7.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (15.5ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (54.0ms) Rendered layouts/_navigation.slim (11.1ms) Rendered layouts/_messages.slim (7.0ms)
Completed 200 OK in 874ms (Views: 811.0ms | ActiveRecord: 12.5ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:37:23 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (5.6ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (28.4ms) Rendered layouts/_navigation.slim (10.3ms) Rendered layouts/_messages.slim (5.7ms)
Completed 200 OK in 697ms (Views: 680.2ms | ActiveRecord: 8.1ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:38:22 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (7.2ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (32.4ms) Rendered layouts/_navigation.slim (10.6ms) Rendered layouts/_messages.slim (6.9ms)
Completed 200 OK in 726ms (Views: 708.4ms | ActiveRecord: 7.7ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:44:01 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (23.0ms) [1m[36mExpense Exists (2.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (78.2ms) Rendered layouts/_navigation.slim (13.9ms) Rendered layouts/_messages.slim (7.6ms)
Completed 200 OK in 1060ms (Views: 994.9ms | ActiveRecord: 9.2ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:45:44 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (22.3ms) [1m[36mExpense Exists (2.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (119.6ms) Rendered layouts/_navigation.slim (5.6ms) Rendered layouts/_messages.slim (5.5ms)
Completed 200 OK in 4489ms (Views: 4418.3ms | ActiveRecord: 9.4ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:49:33 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (22.4ms) [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (4.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (89.0ms) Rendered layouts/_navigation.slim (6.3ms) Rendered layouts/_messages.slim (4.3ms)
Completed 200 OK in 4248ms (Views: 4194.7ms | ActiveRecord: 11.5ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:51:28 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (10.1ms) [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (67.1ms) Rendered layouts/_navigation.slim (15.3ms) Rendered layouts/_messages.slim (7.7ms)
Completed 200 OK in 987ms (Views: 807.1ms | ActiveRecord: 12.8ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:53:01 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (8.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (24.1ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (95.6ms) Rendered layouts/_navigation.slim (23.0ms) Rendered layouts/_messages.slim (9.3ms)
Completed 200 OK in 957ms (Views: 871.9ms | ActiveRecord: 14.3ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:54:02 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (2.8ms) Rendered expenses/index.slim within layouts/application (25.4ms)
Completed 401 Unauthorized in 69ms (ActiveRecord: 2.9ms)
SyntaxError - syntax error, unexpected tLABEL, expecting '=' …r.append=( form.submit , class: btn btn-default );@output_bu… … ^:
app/views/expenses/_form.html.erb:28:in `' app/views/expenses/index.slim:8:in `_app_views_expenses_index_slim__570992833967940758_70187953671240'
Started POST “/__better_errors/f59df0436deb1cfd/variables” for 127.0.0.1 at 2018-03-13 01:54:02 +0200
[1m[36mExpense Load (2.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:54:24 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (1.7ms) Rendered expenses/index.slim within layouts/application (13.2ms)
Completed 401 Unauthorized in 38ms (ActiveRecord: 2.5ms)
SyntaxError - syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' …d=( form.submit class: btn btn-default );@output_buffer.saf… … ^:
app/views/expenses/_form.html.erb:28:in `' app/views/expenses/index.slim:8:in `_app_views_expenses_index_slim__570992833967940758_70188004067440'
Started POST “/__better_errors/222593873ded094a/variables” for 127.0.0.1 at 2018-03-13 01:54:24 +0200
[1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:54:39 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (2.3ms) Rendered expenses/index.slim within layouts/application (36.0ms)
Completed 401 Unauthorized in 73ms (ActiveRecord: 3.7ms)
SyntaxError - syntax error, unexpected ')', expecting => …it class: btn, btn-default );@output_buffer.safe_append=' … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:33: syntax error, unexpected keyword_end, expecting ')' '.freeze; end
^
/Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:36: syntax error, unexpected keyword_ensure, expecting ')' /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:38: syntax error, unexpected keyword_end, expecting ')':
app/views/expenses/_form.html.erb:28:in `' app/views/expenses/index.slim:8:in `_app_views_expenses_index_slim__570992833967940758_70188003297520'
Started POST “/__better_errors/94ff8d05ff4b65b5/variables” for 127.0.0.1 at 2018-03-13 01:54:39 +0200
[1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:55:01 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (1.0ms) Rendered expenses/index.slim within layouts/application (8.7ms)
Completed 401 Unauthorized in 33ms (ActiveRecord: 2.5ms)
SyntaxError - syntax error, unexpected ')', expecting => …it class: btn, btn-default );@output_buffer.safe_append=' … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:33: syntax error, unexpected keyword_end, expecting ')' '.freeze; end
^
/Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:36: syntax error, unexpected keyword_ensure, expecting ')' /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:38: syntax error, unexpected keyword_end, expecting ')':
app/views/expenses/_form.html.erb:28:in `' app/views/expenses/index.slim:8:in `_app_views_expenses_index_slim__570992833967940758_70187943508140'
Started POST “/__better_errors/d1227626cbf592aa/variables” for 127.0.0.1 at 2018-03-13 01:55:01 +0200
[1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:56:37 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (21.1ms) [1m[36mExpense Exists (3.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (80.2ms) Rendered layouts/_navigation.slim (12.9ms) Rendered layouts/_messages.slim (7.1ms)
Completed 200 OK in 916ms (Views: 848.6ms | ActiveRecord: 10.5ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:57:48 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (6.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/index.slim within layouts/application (20.8ms)
Completed 401 Unauthorized in 108ms (ActiveRecord: 6.7ms)
Slim::Parser::SyntaxError - Illegal shortcut
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.slim, Line 14, Column 16
table.table.#tableOfexpenses
^
:
app/views/expenses/index.slim:14:in `'
Started POST “/__better_errors/fec15e1c7256c7fa/variables” for 127.0.0.1 at 2018-03-13 01:57:49 +0200
[1m[36mExpense Load (2.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-13 01:58:02 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (22.7ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (50.6ms) Rendered layouts/_navigation.slim (8.3ms) Rendered layouts/_messages.slim (4.4ms)
Completed 200 OK in 671ms (Views: 648.1ms | ActiveRecord: 9.3ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 02:02:19 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (23.6ms) [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (89.3ms) Rendered layouts/_navigation.slim (34.8ms) Rendered layouts/_messages.slim (8.0ms)
Completed 200 OK in 961ms (Views: 903.2ms | ActiveRecord: 10.1ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 02:03:42 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (18.8ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (99.4ms) Rendered layouts/_navigation.slim (14.0ms) Rendered layouts/_messages.slim (5.4ms)
Completed 200 OK in 780ms (Views: 727.0ms | ActiveRecord: 10.5ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 02:04:26 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (6.4ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (45.1ms) Rendered layouts/_navigation.slim (16.9ms) Rendered layouts/_messages.slim (7.9ms)
Completed 200 OK in 765ms (Views: 738.1ms | ActiveRecord: 10.8ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 02:04:31 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (4.3ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (60.3ms) Rendered layouts/_navigation.slim (8.8ms) Rendered layouts/_messages.slim (4.8ms)
Completed 200 OK in 383ms (Views: 375.7ms | ActiveRecord: 0.8ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 02:04:58 +0200
[1m[35m (2.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (375.4ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (422.2ms) Rendered layouts/_navigation.slim (7.5ms) Rendered layouts/_messages.slim (4.5ms)
Completed 200 OK in 11000ms (Views: 10847.5ms | ActiveRecord: 10.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2018-03-13 02:11:45 +0200
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (3.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (6.3ms)
Started GET “/” for 127.0.0.1 at 2018-03-13 02:11:49 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (4.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.4ms) Rendered layouts/_navigation.slim (8.2ms) Rendered layouts/_navigation.slim (9.5ms) Rendered layouts/_messages.slim (4.6ms) Rendered layouts/_messages.slim (4.4ms)
Completed 200 OK in 15776ms (Views: 15764.7ms | ActiveRecord: 4.5ms)
Completed 200 OK in 19748ms (Views: 19595.4ms | ActiveRecord: 5.4ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 02:12:13 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (432.3ms) [1m[36mExpense Exists (1.0ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (538.8ms) Rendered layouts/_navigation.slim (19.1ms) Rendered layouts/_messages.slim (13.8ms)
Completed 200 OK in 1245ms (Views: 1050.5ms | ActiveRecord: 5.8ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started POST “/expenses” for 127.0.0.1 at 2018-03-13 02:12:18 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"tqfAeMpJOZeqCpHm4UBC051i6uZrSPzDK4H3vMwCTTSqVd/lygKYaP+IdhhYc9Nx4kbGkgfTRmjo94SrasJDHQ==", "expense"=>{"line"=>"", "date"=>"", "AccountName"=>"", "Description"=>"", "Expense"=>""}, "commit"=>"<span class=\"glyphicon glyphicon-eye-open\"></span>"}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Unpermitted parameter: :date
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.7ms)[0m [1m[32mINSERT INTO "expenses" ("line", "AccountName", "Description", "Expense", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["line", ""], ["AccountName", ""], ["Description", ""], ["Expense", ""], ["created_at", "2018-03-13 00:12:18.421462"], ["updated_at", "2018-03-13 00:12:18.421462"], ["user_id", 2]]
[1m[35m (1.6ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses/19 Completed 302 Found in 14ms (ActiveRecord: 3.8ms)
Started GET “/expenses/19” for 127.0.0.1 at 2018-03-13 02:12:18 +0200 Processing by ExpensesController#show as HTML
Parameters: {"id"=>"19"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 2], ["id", 19], ["LIMIT", 1]]
Rendering expenses/show.html.erb within layouts/application
Rendered expenses/show.html.erb within layouts/application (1.6ms)
Rendered layouts/_navigation.slim (9.2ms)
Rendered layouts/_messages.slim (5.5ms)
Completed 200 OK in 342ms (Views: 331.8ms | ActiveRecord: 0.7ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 02:12:23 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (9.1ms) [1m[36mExpense Exists (1.0ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (35.2ms) Rendered layouts/_navigation.slim (12.3ms) Rendered layouts/_messages.slim (4.5ms)
Completed 200 OK in 420ms (Views: 400.0ms | ActiveRecord: 1.6ms)
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 02:18:34 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (13.8ms) Rendered expenses/index.slim within layouts/application (98.1ms)
Completed 401 Unauthorized in 190ms (ActiveRecord: 2.2ms)
SyntaxError - syntax error, unexpected keyword_ensure, expecting keyword_end /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:40: syntax error, unexpected end-of-input, expecting keyword_end:
app/views/expenses/_form.html.erb:38:in `' app/views/expenses/index.slim:8:in `_app_views_expenses_index_slim___2023976100909243411_70213523654140'
Started POST “/__better_errors/46a8570fa46871bb/variables” for 127.0.0.1 at 2018-03-13 02:18:35 +0200
[1m[36mExpense Load (0.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-13 02:18:59 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (7.0ms) [1m[36mExpense Exists (0.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (29.0ms) Rendered layouts/_navigation.slim (11.0ms) Rendered layouts/_messages.slim (8.7ms)
Completed 200 OK in 809ms (Views: 800.0ms | ActiveRecord: 1.5ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 02:20:11 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (18.0ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (80.1ms) Rendered layouts/_navigation.slim (16.8ms) Rendered layouts/_messages.slim (9.5ms)
Completed 200 OK in 936ms (Views: 883.8ms | ActiveRecord: 2.1ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 02:20:40 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (26.4ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (39.9ms) Rendered layouts/_navigation.slim (9.6ms) Rendered layouts/_messages.slim (7.8ms)
Completed 200 OK in 697ms (Views: 622.5ms | ActiveRecord: 3.1ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2018-03-13 02:24:24 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.1ms) Rendered layouts/_navigation.slim (17.7ms) Rendered layouts/_messages.slim (17.8ms)
Completed 200 OK in 994ms (Views: 952.9ms | ActiveRecord: 2.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-13 02:24:27 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (15.0ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (40.1ms) Rendered layouts/_navigation.slim (9.8ms) Rendered layouts/_messages.slim (6.2ms)
Completed 200 OK in 495ms (Views: 468.5ms | ActiveRecord: 1.3ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 02:24:48 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (4.5ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (24.9ms) Rendered layouts/_navigation.slim (11.9ms) Rendered layouts/_messages.slim (6.6ms)
Completed 200 OK in 619ms (Views: 605.2ms | ActiveRecord: 1.9ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 02:27:18 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (28.8ms) [1m[36mExpense Exists (0.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (102.5ms) Rendered layouts/_navigation.slim (12.1ms) Rendered layouts/_messages.slim (12.4ms)
Completed 200 OK in 1040ms (Views: 990.6ms | ActiveRecord: 3.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started POST “/expenses” for 127.0.0.1 at 2018-03-13 02:32:22 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"2F8kV1V53xmxxEa6uvNjiM+Htk1BrwAqcm5IrSzmRnrErTvKVTJ+5uRGoUQDwPIqsKOaOS00uoGxGDu6iiZIUw==", "expense"=>{"line"=>"I dont know what this is ", "date"=>"2001/05/39", "AccountName"=>"Food store", "Description"=>"MOnthly groceries", "Expense"=>"Gotta eat"}, "button"=>""}
[1m[36mUser Load (1.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Unpermitted parameter: :date
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (3.8ms)[0m [1m[32mINSERT INTO "expenses" ("line", "AccountName", "Description", "Expense", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["line", "I dont know what this is "], ["AccountName", "Food store"], ["Description", "MOnthly groceries"], ["Expense", "Gotta eat"], ["created_at", "2018-03-13 00:32:22.658966"], ["updated_at", "2018-03-13 00:32:22.658966"], ["user_id", 2]]
[1m[35m (3.2ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses/20 Completed 302 Found in 100ms (ActiveRecord: 9.0ms)
Started GET “/expenses/20” for 127.0.0.1 at 2018-03-13 02:32:22 +0200 Processing by ExpensesController#show as HTML
Parameters: {"id"=>"20"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 2], ["id", 20], ["LIMIT", 1]]
Rendering expenses/show.html.erb within layouts/application
Rendered expenses/show.html.erb within layouts/application (10.0ms)
Rendered layouts/_navigation.slim (17.9ms)
Rendered layouts/_messages.slim (8.6ms)
Completed 200 OK in 812ms (Views: 796.9ms | ActiveRecord: 0.5ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-13 02:32:26 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (6.1ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (25.0ms) Rendered layouts/_navigation.slim (7.4ms) Rendered layouts/_messages.slim (4.4ms)
Completed 200 OK in 393ms (Views: 376.5ms | ActiveRecord: 0.7ms)
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started POST “/expenses” for 127.0.0.1 at 2018-03-13 02:33:20 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"L7tx3jaPMvZA1hLewc07N1YHwMGIs9ZEo5S3JSuE4ZAtbuPCh7aQKPMv1r/tSgYIFt0DX7Ary+GWy9viz+sGXA==", "expense"=>{"line"=>"Secon", "date"=>"2008/03", "AccountName"=>"Gotta bath", "Description"=>"Toiletries", "Expense"=>"600"}, "button"=>""}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Unpermitted parameter: :date
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "expenses" ("line", "AccountName", "Description", "Expense", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["line", "Secon"], ["AccountName", "Gotta bath"], ["Description", "Toiletries"], ["Expense", "600"], ["created_at", "2018-03-13 00:33:20.548237"], ["updated_at", "2018-03-13 00:33:20.548237"], ["user_id", 2]]
[1m[35m (2.8ms)[0m [1m[36mcommit transaction[0m
Redirected to Completed 401 Unauthorized in 88ms (ActiveRecord: 5.7ms)
ActionController::ActionControllerError - Cannot redirect to nil!:
app/controllers/expenses_controller.rb:39:in `block (2 levels) in create' app/controllers/expenses_controller.rb:37:in `create'
Started POST “/__better_errors/2d04dc6a2c704870/variables” for 127.0.0.1 at 2018-03-13 02:33:20 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-13 02:33:39 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"L7tx3jaPMvZA1hLewc07N1YHwMGIs9ZEo5S3JSuE4ZAtbuPCh7aQKPMv1r/tSgYIFt0DX7Ary+GWy9viz+sGXA==", "expense"=>{"line"=>"Secon", "date"=>"2008/03", "AccountName"=>"Gotta bath", "Description"=>"Toiletries", "Expense"=>"600"}, "button"=>""}
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Unpermitted parameter: :date
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.3ms)[0m [1m[32mINSERT INTO "expenses" ("line", "AccountName", "Description", "Expense", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["line", "Secon"], ["AccountName", "Gotta bath"], ["Description", "Toiletries"], ["Expense", "600"], ["created_at", "2018-03-13 00:33:39.569812"], ["updated_at", "2018-03-13 00:33:39.569812"], ["user_id", 2]]
[1m[35m (3.4ms)[0m [1m[36mcommit transaction[0m
Redirected to Completed 401 Unauthorized in 73ms (ActiveRecord: 7.0ms)
ActionController::ActionControllerError - Cannot redirect to nil!:
app/controllers/expenses_controller.rb:39:in `block (2 levels) in create' app/controllers/expenses_controller.rb:37:in `create'
Started POST “/__better_errors/50c06e60e43feb0c/variables” for 127.0.0.1 at 2018-03-13 02:33:39 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-13 02:34:19 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"L7tx3jaPMvZA1hLewc07N1YHwMGIs9ZEo5S3JSuE4ZAtbuPCh7aQKPMv1r/tSgYIFt0DX7Ary+GWy9viz+sGXA==", "expense"=>{"line"=>"Secon", "date"=>"2008/03", "AccountName"=>"Gotta bath", "Description"=>"Toiletries", "Expense"=>"600"}, "button"=>""}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Unpermitted parameter: :date
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "expenses" ("line", "AccountName", "Description", "Expense", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["line", "Secon"], ["AccountName", "Gotta bath"], ["Description", "Toiletries"], ["Expense", "600"], ["created_at", "2018-03-13 00:34:19.636969"], ["updated_at", "2018-03-13 00:34:19.636969"], ["user_id", 2]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Redirected to
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Completed 401 Unauthorized in 83ms (ActiveRecord: 6.8ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
NoMethodError - undefined method `to_model' for #<Expense::ActiveRecord_AssociationRelation:0x007fb7bbe33a80> Did you mean? to_xml:
app/controllers/expenses_controller.rb:39:in `block (2 levels) in create' app/controllers/expenses_controller.rb:37:in `create'
Started POST “/__better_errors/a5f5fa3b098a3142/variables” for 127.0.0.1 at 2018-03-13 02:34:19 +0200
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started POST “/expenses” for 127.0.0.1 at 2018-03-13 02:34:52 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"L7tx3jaPMvZA1hLewc07N1YHwMGIs9ZEo5S3JSuE4ZAtbuPCh7aQKPMv1r/tSgYIFt0DX7Ary+GWy9viz+sGXA==", "expense"=>{"line"=>"Secon", "date"=>"2008/03", "AccountName"=>"Gotta bath", "Description"=>"Toiletries", "Expense"=>"600"}, "button"=>""}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Unpermitted parameter: :date
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "expenses" ("line", "AccountName", "Description", "Expense", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["line", "Secon"], ["AccountName", "Gotta bath"], ["Description", "Toiletries"], ["Expense", "600"], ["created_at", "2018-03-13 00:34:52.410877"], ["updated_at", "2018-03-13 00:34:52.410877"], ["user_id", 2]]
[1m[35m (3.1ms)[0m [1m[36mcommit transaction[0m
Redirected to Completed 401 Unauthorized in 60ms (ActiveRecord: 6.2ms)
ActionController::ActionControllerError - Cannot redirect to nil!:
app/controllers/expenses_controller.rb:39:in `block (2 levels) in create' app/controllers/expenses_controller.rb:37:in `create'
Started POST “/__better_errors/b77c83e44c769660/variables” for 127.0.0.1 at 2018-03-13 02:34:52 +0200
[1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started POST “/expenses” for 127.0.0.1 at 2018-03-13 02:35:30 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"L7tx3jaPMvZA1hLewc07N1YHwMGIs9ZEo5S3JSuE4ZAtbuPCh7aQKPMv1r/tSgYIFt0DX7Ary+GWy9viz+sGXA==", "expense"=>{"line"=>"Secon", "date"=>"2008/03", "AccountName"=>"Gotta bath", "Description"=>"Toiletries", "Expense"=>"600"}, "button"=>""}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Unpermitted parameter: :date
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "expenses" ("line", "AccountName", "Description", "Expense", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["line", "Secon"], ["AccountName", "Gotta bath"], ["Description", "Toiletries"], ["Expense", "600"], ["created_at", "2018-03-13 00:35:30.982948"], ["updated_at", "2018-03-13 00:35:30.982948"], ["user_id", 2]]
[1m[35m (3.0ms)[0m [1m[36mcommit transaction[0m
Redirected to Completed 401 Unauthorized in 64ms (ActiveRecord: 6.3ms)
ActionController::ActionControllerError - Cannot redirect to nil!:
app/controllers/expenses_controller.rb:39:in `block (2 levels) in create' app/controllers/expenses_controller.rb:37:in `create'
Started POST “/__better_errors/271dcc0c1f76f1b0/variables” for 127.0.0.1 at 2018-03-13 02:35:31 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-13 02:35:50 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"L7tx3jaPMvZA1hLewc07N1YHwMGIs9ZEo5S3JSuE4ZAtbuPCh7aQKPMv1r/tSgYIFt0DX7Ary+GWy9viz+sGXA==", "expense"=>{"line"=>"Secon", "date"=>"2008/03", "AccountName"=>"Gotta bath", "Description"=>"Toiletries", "Expense"=>"600"}, "button"=>""}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Unpermitted parameter: :date
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.8ms)[0m [1m[32mINSERT INTO "expenses" ("line", "AccountName", "Description", "Expense", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["line", "Secon"], ["AccountName", "Gotta bath"], ["Description", "Toiletries"], ["Expense", "600"], ["created_at", "2018-03-13 00:35:51.189791"], ["updated_at", "2018-03-13 00:35:51.189791"], ["user_id", 2]]
[1m[35m (3.6ms)[0m [1m[36mcommit transaction[0m
Completed 401 Unauthorized in 105ms (ActiveRecord: 6.6ms)
NoMethodError - undefined method `expenses_path' for #<User:0x007fb7c145a850> Did you mean? expenses:
app/controllers/expenses_controller.rb:39:in `block (2 levels) in create' app/controllers/expenses_controller.rb:37:in `create'
Started POST “/__better_errors/cbbb4be875b6a655/variables” for 127.0.0.1 at 2018-03-13 02:35:51 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-13 02:36:07 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"L7tx3jaPMvZA1hLewc07N1YHwMGIs9ZEo5S3JSuE4ZAtbuPCh7aQKPMv1r/tSgYIFt0DX7Ary+GWy9viz+sGXA==", "expense"=>{"line"=>"Secon", "date"=>"2008/03", "AccountName"=>"Gotta bath", "Description"=>"Toiletries", "Expense"=>"600"}, "button"=>""}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Unpermitted parameter: :date
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.1ms)[0m [1m[32mINSERT INTO "expenses" ("line", "AccountName", "Description", "Expense", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["line", "Secon"], ["AccountName", "Gotta bath"], ["Description", "Toiletries"], ["Expense", "600"], ["created_at", "2018-03-13 00:36:07.190985"], ["updated_at", "2018-03-13 00:36:07.190985"], ["user_id", 2]]
[1m[35m (3.2ms)[0m [1m[36mcommit transaction[0m
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Redirected to
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Completed 401 Unauthorized in 73ms (ActiveRecord: 6.8ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
NoMethodError - undefined method `to_model' for #<Expense::ActiveRecord_Associations_CollectionProxy:0x007fb7bf5e8228> Did you mean? to_xml:
app/controllers/expenses_controller.rb:39:in `block (2 levels) in create' app/controllers/expenses_controller.rb:37:in `create'
Started POST “/__better_errors/be9d01664aea2693/variables” for 127.0.0.1 at 2018-03-13 02:36:07 +0200
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started POST “/expenses” for 127.0.0.1 at 2018-03-13 02:36:29 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"L7tx3jaPMvZA1hLewc07N1YHwMGIs9ZEo5S3JSuE4ZAtbuPCh7aQKPMv1r/tSgYIFt0DX7Ary+GWy9viz+sGXA==", "expense"=>{"line"=>"Secon", "date"=>"2008/03", "AccountName"=>"Gotta bath", "Description"=>"Toiletries", "Expense"=>"600"}, "button"=>""}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Unpermitted parameter: :date
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "expenses" ("line", "AccountName", "Description", "Expense", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["line", "Secon"], ["AccountName", "Gotta bath"], ["Description", "Toiletries"], ["Expense", "600"], ["created_at", "2018-03-13 00:36:29.897692"], ["updated_at", "2018-03-13 00:36:29.897692"], ["user_id", 2]]
[1m[35m (3.0ms)[0m [1m[36mcommit transaction[0m
Completed 401 Unauthorized in 92ms (ActiveRecord: 6.6ms)
NoMethodError - undefined method `expense' for #<User:0x007fb7b8804f90> Did you mean? expenses
expenses=: app/controllers/expenses_controller.rb:39:in `block (2 levels) in create' app/controllers/expenses_controller.rb:37:in `create'
Started POST “/__better_errors/56cb6cd24f3b3501/variables” for 127.0.0.1 at 2018-03-13 02:36:30 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-13 02:36:45 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"L7tx3jaPMvZA1hLewc07N1YHwMGIs9ZEo5S3JSuE4ZAtbuPCh7aQKPMv1r/tSgYIFt0DX7Ary+GWy9viz+sGXA==", "expense"=>{"line"=>"Secon", "date"=>"2008/03", "AccountName"=>"Gotta bath", "Description"=>"Toiletries", "Expense"=>"600"}, "button"=>""}
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Unpermitted parameter: :date
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "expenses" ("line", "AccountName", "Description", "Expense", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["line", "Secon"], ["AccountName", "Gotta bath"], ["Description", "Toiletries"], ["Expense", "600"], ["created_at", "2018-03-13 00:36:45.651522"], ["updated_at", "2018-03-13 00:36:45.651522"], ["user_id", 2]]
[1m[35m (3.0ms)[0m [1m[36mcommit transaction[0m
Redirected to Completed 401 Unauthorized in 58ms (ActiveRecord: 5.7ms)
ActionController::ActionControllerError - Cannot redirect to nil!:
app/controllers/expenses_controller.rb:39:in `block (2 levels) in create' app/controllers/expenses_controller.rb:37:in `create'
Started POST “/__better_errors/ccbcabbc884677cb/variables” for 127.0.0.1 at 2018-03-13 02:36:45 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-13 02:37:03 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"L7tx3jaPMvZA1hLewc07N1YHwMGIs9ZEo5S3JSuE4ZAtbuPCh7aQKPMv1r/tSgYIFt0DX7Ary+GWy9viz+sGXA==", "expense"=>{"line"=>"Secon", "date"=>"2008/03", "AccountName"=>"Gotta bath", "Description"=>"Toiletries", "Expense"=>"600"}, "button"=>""}
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Unpermitted parameter: :date
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "expenses" ("line", "AccountName", "Description", "Expense", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["line", "Secon"], ["AccountName", "Gotta bath"], ["Description", "Toiletries"], ["Expense", "600"], ["created_at", "2018-03-13 00:37:03.163195"], ["updated_at", "2018-03-13 00:37:03.163195"], ["user_id", 2]]
[1m[35m (3.6ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 52ms (ActiveRecord: 6.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-13 02:37:03 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (4.2ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (24.1ms) Rendered layouts/_navigation.slim (10.5ms) Rendered layouts/_messages.slim (3.3ms)
Completed 200 OK in 557ms (Views: 549.5ms | ActiveRecord: 0.9ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2018-03-14 08:20:28 +0200
[1m[35m (1.8ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (5.8ms)
Completed 401 Unauthorized in 1094ms (ActiveRecord: 3.0ms)
Sass::SyntaxError - File to import not found or unreadable: jquery. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/media /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets: app/assets/stylesheets/application.scss:16:in `' app/views/layouts/application.slim:12:in `_app_views_layouts_application_slim___610582094499888240_70219274932120'
Started POST “/__better_errors/cfca4d4e7c366d9f/variables” for 127.0.0.1 at 2018-03-14 08:20:35 +0200 Started GET “/” for 127.0.0.1 at 2018-03-14 08:23:07 +0200
[1m[35m (1.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (1.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.3ms)
Completed 401 Unauthorized in 1094ms (ActiveRecord: 6.9ms)
Sass::SyntaxError - File to import not found or unreadable: jquery. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/media /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets: app/assets/stylesheets/application.scss:16:in `' app/views/layouts/application.slim:12:in `_app_views_layouts_application_slim__722299827574111247_70275187709520'
Started POST “/__better_errors/9a8dc788d504ffe2/variables” for 127.0.0.1 at 2018-03-14 08:23:09 +0200 Started GET “/” for 127.0.0.1 at 2018-03-14 08:29:16 +0200
[1m[35m (3.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (1.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.8ms)
Completed 401 Unauthorized in 522ms (ActiveRecord: 2.8ms)
Sass::SyntaxError - File to import not found or unreadable: jquery. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/media /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets: app/assets/stylesheets/application.scss:16:in `' app/views/layouts/application.slim:12:in `_app_views_layouts_application_slim__3022432331416574529_70314158210700'
Started POST “/__better_errors/a408b3bd5dbcf7bc/variables” for 127.0.0.1 at 2018-03-14 08:29:17 +0200 Started GET “/” for 127.0.0.1 at 2018-03-14 08:29:59 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.4ms)
Completed 401 Unauthorized in 386ms (ActiveRecord: 0.6ms)
Sass::SyntaxError - File to import not found or unreadable: jquery-ui. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/media /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets: app/assets/stylesheets/application.scss:16:in `' app/views/layouts/application.slim:12:in `_app_views_layouts_application_slim__3022432331416574529_70314145429920'
Started POST “/__better_errors/68f8ff04798a9b4c/variables” for 127.0.0.1 at 2018-03-14 08:30:00 +0200 Started GET “/” for 127.0.0.1 at 2018-03-14 08:30:18 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.9ms)
Completed 401 Unauthorized in 184ms (ActiveRecord: 0.5ms)
Sass::SyntaxError - File to import not found or unreadable: jquery-ui. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/media /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/best_in_place-3.0.3/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets: app/assets/stylesheets/application.scss:20:in `' app/views/layouts/application.slim:12:in `_app_views_layouts_application_slim__3022432331416574529_70314167194440'
Started POST “/__better_errors/dcacdaac828e8daa/variables” for 127.0.0.1 at 2018-03-14 08:30:19 +0200 Started GET “/” for 127.0.0.1 at 2018-03-14 08:30:50 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (1.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.4ms) Rendered layouts/_navigation.slim (8.0ms) Rendered layouts/_messages.slim (3.8ms)
Completed 200 OK in 6089ms (Views: 6079.0ms | ActiveRecord: 1.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' ActionController::RoutingError (No route matches [GET] “/assets/jquery.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2018-03-14 08:31:27 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms) Rendered layouts/_navigation.slim (8.3ms) Rendered layouts/_messages.slim (6.3ms)
Completed 200 OK in 3591ms (Views: 3582.6ms | ActiveRecord: 2.5ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
ActionController::RoutingError (No route matches [GET] “/assets/jquery.css”): actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-14 08:31:37 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (320.2ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (365.4ms) Rendered layouts/_navigation.slim (6.1ms) Rendered layouts/_messages.slim (3.8ms)
Completed 200 OK in 1022ms (Views: 895.7ms | ActiveRecord: 6.3ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/jquery.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-14 08:31:39 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-14 08:31:40 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-14 08:31:40 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-14 08:32:53 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (10.1ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (50.1ms) Rendered layouts/_navigation.slim (17.6ms) Rendered layouts/_messages.slim (6.5ms)
Completed 200 OK in 704ms (Views: 673.4ms | ActiveRecord: 8.5ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery.css”):
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”): actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-14 08:32:55 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-14 08:32:55 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-14 08:32:56 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-14 08:33:45 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (4.5ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (24.3ms) Rendered layouts/_navigation.slim (6.5ms) Rendered layouts/_messages.slim (5.2ms)
Completed 200 OK in 562ms (Views: 552.2ms | ActiveRecord: 1.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/jquery.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-14 08:33:47 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-14 08:33:48 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-14 08:33:48 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-14 08:34:24 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (6.0ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (32.9ms) Rendered layouts/_navigation.slim (7.6ms) Rendered layouts/_messages.slim (4.5ms)
Completed 200 OK in 641ms (Views: 620.0ms | ActiveRecord: 8.6ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/jquery.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-14 08:34:26 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-14 08:34:27 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-14 08:34:27 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-14 08:36:27 +0200
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (426.4ms) [1m[36mExpense Exists (2.8ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (467.7ms) Rendered layouts/_navigation.slim (11.4ms) Rendered layouts/_messages.slim (6.9ms)
Completed 200 OK in 11512ms (Views: 11341.1ms | ActiveRecord: 11.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-14 08:36:43 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (3.1ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (18.1ms) Rendered layouts/_navigation.slim (6.1ms) Rendered layouts/_messages.slim (4.0ms)
Completed 200 OK in 352ms (Views: 344.2ms | ActiveRecord: 0.7ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/jquery.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-14 08:36:44 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-14 08:36:45 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-14 08:36:45 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-14 08:38:14 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (27.1ms) [1m[36mExpense Exists (2.0ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (135.4ms) Rendered layouts/_navigation.slim (25.6ms) Rendered layouts/_messages.slim (9.0ms)
Completed 401 Unauthorized in 1979ms (ActiveRecord: 8.2ms)
ExecJS::RuntimeError - SyntaxError: [stdin]:2:3: unexpected //:
(execjs):7539:in `' (execjs):7545:in `' app/views/layouts/application.slim:28:in `_app_views_layouts_application_slim___2384696547041991269_70188847452640'
Started POST “/__better_errors/93b500d9133a6206/variables” for 127.0.0.1 at 2018-03-14 08:38:17 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-14 08:39:58 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.slim within layouts/application Rendered expenses/_form.html.erb (17.4ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (1.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.slim within layouts/application (72.8ms) Rendered layouts/_navigation.slim (16.3ms) Rendered layouts/_messages.slim (11.3ms)
Completed 401 Unauthorized in 1819ms (ActiveRecord: 8.4ms)
ExecJS::RuntimeError - SyntaxError: [stdin]:2:3: unexpected //:
(execjs):7539:in `' (execjs):7545:in `' app/views/layouts/application.slim:28:in `_app_views_layouts_application_slim___2384696547041991269_70188859133860'
Started POST “/__better_errors/ec712657cf949b10/variables” for 127.0.0.1 at 2018-03-14 08:40:01 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-14 09:48:24 +0200
[1m[35m (3.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (424.6ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (454.7ms)
Completed 401 Unauthorized in 4469ms (ActiveRecord: 10.5ms)
Sprockets::FileNotFound - couldn't find file 'dataTables/bootstrap/3/jquery.dataTables.bootstrap' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/images /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/rails-assets-jquery-3.3.1/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images: app/assets/javascripts/application.js:18:in `' app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb___4546619472873785252_70142526688700'
Started POST “/__better_errors/cdfcc6ee17ebbcd1/variables” for 127.0.0.1 at 2018-03-14 09:48:29 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-14 09:49:07 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (24.5ms) [1m[36mExpense Exists (2.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (78.2ms)
Completed 401 Unauthorized in 282ms (ActiveRecord: 10.9ms)
Sprockets::FileNotFound - couldn't find file 'bootstrap-datepicker' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/images /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/rails-assets-jquery-3.3.1/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images: app/assets/javascripts/application.js:21:in `' app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb___4546619472873785252_70142504796340'
Started POST “/__better_errors/19eecc23b1baadef/variables” for 127.0.0.1 at 2018-03-14 09:49:08 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-14 09:49:22 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (16.4ms) [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (5.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (52.1ms)
Completed 401 Unauthorized in 216ms (ActiveRecord: 11.8ms)
Sprockets::FileNotFound - couldn't find file 'best_in_place' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/images /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/rails-assets-jquery-3.3.1/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images: app/assets/javascripts/application.js:24:in `' app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb___4546619472873785252_70142569907980'
Started POST “/__better_errors/69564f760624ac16/variables” for 127.0.0.1 at 2018-03-14 09:49:23 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-14 09:49:35 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (5.1ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (21.5ms)
Completed 401 Unauthorized in 112ms (ActiveRecord: 8.0ms)
Sprockets::FileNotFound - couldn't find file 'best_in_place.jquery-ui' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/images /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/rails-assets-jquery-3.3.1/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images: app/assets/javascripts/application.js:26:in `' app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb___4546619472873785252_70142562339840'
Started POST “/__better_errors/1af403d9c947da35/variables” for 127.0.0.1 at 2018-03-14 09:49:35 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-14 09:50:00 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (15.0ms) [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (43.2ms)
Completed 401 Unauthorized in 281ms (ActiveRecord: 9.3ms)
Sprockets::FileNotFound - couldn't find file 'best_in_place.jquery-ui' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/images /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/rails-assets-jquery-3.3.1/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images: app/assets/javascripts/application.js:20:in `' app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb___4546619472873785252_70142527299180'
Started POST “/__better_errors/2a855768439a6398/variables” for 127.0.0.1 at 2018-03-14 09:50:00 +0200 Started GET “/” for 127.0.0.1 at 2018-03-14 09:52:49 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (8.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (6.6ms)
Completed 401 Unauthorized in 460ms (ActiveRecord: 8.1ms)
Sprockets::FileNotFound - couldn't find file 'best_in_place.jquery-ui' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/images /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/rails-assets-jquery-3.3.1/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images: app/assets/javascripts/application.js:22:in `' app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb___4546619472873785252_70142525098660'
Started POST “/__better_errors/78168d6f73fce028/variables” for 127.0.0.1 at 2018-03-14 09:52:51 +0200 Started GET “/” for 127.0.0.1 at 2018-03-14 10:06:41 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (14.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (35.3ms)
Completed 401 Unauthorized in 528ms (ActiveRecord: 14.2ms)
Sass::SyntaxError - Invalid CSS after “…ort 'jquery.css”: expected “{”, was “'”:
app/assets/stylesheets/application.scss:26:in `' app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb___4546619472873785252_70142498224340'
Started POST “/__better_errors/3557dc8e111bcb95/variables” for 127.0.0.1 at 2018-03-14 10:06:42 +0200 Started GET “/” for 127.0.0.1 at 2018-03-14 10:07:00 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (4.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.8ms)
Completed 401 Unauthorized in 147ms (ActiveRecord: 4.5ms)
Sass::SyntaxError - Invalid CSS after “…ort 'jquery.css”: expected “{”, was “';”:
app/assets/stylesheets/application.scss:26:in `' app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb___4546619472873785252_70142579774080'
Started POST “/__better_errors/db275221b755ce41/variables” for 127.0.0.1 at 2018-03-14 10:07:00 +0200 Started GET “/” for 127.0.0.1 at 2018-03-14 10:07:25 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (5.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.8ms)
Completed 401 Unauthorized in 137ms (ActiveRecord: 5.1ms)
Sass::SyntaxError - Invalid CSS after “… 'jquery-ui.css”: expected “{”, was “';”:
app/assets/stylesheets/application.scss:25:in `' app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb___4546619472873785252_70142497862560'
Started POST “/__better_errors/cab8d4722d82de08/variables” for 127.0.0.1 at 2018-03-14 10:07:25 +0200 Started GET “/” for 127.0.0.1 at 2018-03-14 10:07:43 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (3.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms) Rendered layouts/_navigation.html.erb (4.9ms) Rendered layouts/_messages.slim (39.1ms)
Completed 200 OK in 16530ms (Views: 16519.5ms | ActiveRecord: 3.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-14 10:08:18 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (13.4ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (48.7ms) Rendered layouts/_navigation.html.erb (5.2ms) Rendered layouts/_messages.slim (11.0ms)
Completed 200 OK in 369ms (Views: 335.2ms | ActiveRecord: 7.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-14 10:09:51 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (14.6ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (1.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (38.1ms) Rendered layouts/_navigation.html.erb (2.2ms) Rendered layouts/_messages.slim (14.0ms)
Completed 200 OK in 1604ms (Views: 1554.7ms | ActiveRecord: 8.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-14 11:26:48 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (24.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/index.html.erb within layouts/application (108.6ms)
Completed 401 Unauthorized in 609ms (ActiveRecord: 24.1ms)
SyntaxError - syntax error, unexpected ')', expecting keyword_end …output_buffer.append=( notice)) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:29: syntax error, unexpected ')', expecting keyword_end …_buffer.append=( expense.line)) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:30: syntax error, unexpected ')', expecting keyword_end …_buffer.append=( expense.Date)));@output_buffer.safe_append=' … ^:
app/views/expenses/index.html.erb:1:in `'
Started POST “/__better_errors/166e2872ed6a5d52/variables” for 127.0.0.1 at 2018-03-14 11:26:49 +0200
[1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-14 11:27:24 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (6.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/index.html.erb within layouts/application (24.6ms)
Completed 401 Unauthorized in 115ms (ActiveRecord: 6.5ms)
SyntaxError - syntax error, unexpected ')', expecting keyword_end …_buffer.append=( expense.line)) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:31: syntax error, unexpected ')', expecting keyword_end …_buffer.append=( expense.Date)));@output_buffer.safe_append=' … ^:
app/views/expenses/index.html.erb:30:in `'
Started POST “/__better_errors/8b97adad4aa5dd04/variables” for 127.0.0.1 at 2018-03-14 11:27:25 +0200
[1m[36mExpense Load (3.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-14 11:27:41 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/index.html.erb within layouts/application (5.4ms)
Completed 401 Unauthorized in 49ms (ActiveRecord: 2.5ms)
SyntaxError - syntax error, unexpected ')', expecting keyword_end …_buffer.append=( expense.Date)));@output_buffer.safe_append=' … ^:
app/views/expenses/index.html.erb:31:in `'
Started POST “/__better_errors/0979bd031f89a6ee/variables” for 127.0.0.1 at 2018-03-14 11:27:41 +0200
[1m[36mExpense Load (3.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-14 11:27:54 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (56.0ms) [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (114.3ms) Rendered layouts/_navigation.html.erb (6.0ms) Rendered layouts/_messages.slim (79.1ms)
Completed 200 OK in 1133ms (Views: 1116.3ms | ActiveRecord: 7.2ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-14 11:39:00 +0200
[1m[35m (3.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (437.4ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (472.6ms) Rendered layouts/_navigation.html.erb (4.6ms) Rendered layouts/_messages.slim (108.9ms)
Completed 200 OK in 12926ms (Views: 12720.9ms | ActiveRecord: 11.0ms)
Started GET “/” for 127.0.0.1 at 2018-03-15 14:06:10 +0200
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (4.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.3ms)
Started GET “/” for 127.0.0.1 at 2018-03-15 14:06:14 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms) Rendered layouts/_navigation.html.erb (3.2ms) Rendered layouts/_navigation.html.erb (2.6ms) Rendered layouts/_messages.slim (30.0ms) Rendered layouts/_messages.slim (35.0ms)
Completed 200 OK in 17964ms (Views: 17864.0ms | ActiveRecord: 5.7ms)
Completed 200 OK in 14019ms (Views: 13510.5ms | ActiveRecord: 1.9ms)
Started GET “/” for 127.0.0.1 at 2018-03-15 14:13:34 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (10.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (14.5ms) Rendered layouts/_navigation.html.erb (5.5ms) Rendered layouts/_messages.slim (36.2ms)
Completed 200 OK in 1082ms (Views: 956.8ms | ActiveRecord: 10.3ms)
Started GET “/” for 127.0.0.1 at 2018-03-15 14:31:40 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (3.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.9ms) Rendered layouts/_navigation.html.erb (2.0ms) Rendered layouts/_messages.slim (47.5ms)
Completed 200 OK in 10054ms (Views: 9966.7ms | ActiveRecord: 5.3ms)
Started GET “/” for 127.0.0.1 at 2018-03-15 14:35:30 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.0ms) Rendered layouts/_navigation.html.erb (2.3ms) Rendered layouts/_messages.slim (17.6ms)
Completed 200 OK in 6499ms (Views: 6420.6ms | ActiveRecord: 3.3ms)
Started GET “/” for 127.0.0.1 at 2018-03-15 14:35:56 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.slim (5.8ms)
Completed 200 OK in 433ms (Views: 422.5ms | ActiveRecord: 2.8ms)
Started GET “/” for 127.0.0.1 at 2018-03-15 14:37:57 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (1.9ms)
Completed 401 Unauthorized in 43ms (ActiveRecord: 2.8ms)
SyntaxError - syntax error, unexpected ')', expecting keyword_end …ppend=( _slim_codeattributes1)) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:8: syntax error, unexpected ')', expecting keyword_end …yield(:title) : “Cash Flosum”)) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:9: syntax error, unexpected ')', expecting keyword_end …ppend=( _slim_codeattributes2)) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:11: syntax error, unexpected ')', expecting keyword_end …ppend=( _slim_codeattributes3)) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:16: syntax error, unexpected ')', expecting keyword_end …output_buffer.append=( notice)) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:27: syntax error, unexpected ')', expecting keyword_end …@output_buffer.append=( yield)) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:28: syntax error, unexpected ')', expecting keyword_end …turbolinks-track' => 'reload')) );@output_buffer.safe_append… … ^:
app/views/layouts/application.html.erb:4:in `'
Started POST “/__better_errors/151b4b7ba435e9e3/variables” for 127.0.0.1 at 2018-03-15 14:37:58 +0200 Started GET “/” for 127.0.0.1 at 2018-03-15 14:39:45 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (4.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.2ms)
Completed 401 Unauthorized in 94ms (ActiveRecord: 4.2ms)
SyntaxError - syntax error, unexpected ')', expecting keyword_end …yield(:title) : “Cash Flosum”)) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:16: syntax error, unexpected ')', expecting keyword_end …output_buffer.append=( notice)) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:27: syntax error, unexpected ')', expecting keyword_end …@output_buffer.append=( yield)) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:28: syntax error, unexpected ')', expecting keyword_end …turbolinks-track' => 'reload')) );@output_buffer.safe_append… … ^:
app/views/layouts/application.html.erb:8:in `'
Started POST “/__better_errors/f413909714cce054/variables” for 127.0.0.1 at 2018-03-15 14:39:46 +0200 Started GET “/” for 127.0.0.1 at 2018-03-15 14:40:42 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (3.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.2ms)
Completed 401 Unauthorized in 64ms (ActiveRecord: 3.8ms)
SyntaxError - syntax error, unexpected ')', expecting keyword_end …yield(:title) : “Cash Flosum”)) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:16: syntax error, unexpected ')', expecting keyword_end …output_buffer.append=( notice)) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:27: syntax error, unexpected ')', expecting keyword_end …@output_buffer.append=( yield)) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:28: syntax error, unexpected ')', expecting keyword_end …turbolinks-track' => 'reload')) );@output_buffer.safe_append… … ^:
app/views/layouts/application.html.erb:8:in `'
Started POST “/__better_errors/1e2e300da806e4e3/variables” for 127.0.0.1 at 2018-03-15 14:40:42 +0200 Started GET “/” for 127.0.0.1 at 2018-03-15 14:41:04 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms)
Completed 401 Unauthorized in 22ms (ActiveRecord: 2.2ms)
SyntaxError - syntax error, unexpected ')', expecting keyword_end …yield(:title) : “Cash Flosum”)) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:16: syntax error, unexpected ')', expecting keyword_end …output_buffer.append=( notice)) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:27: syntax error, unexpected ')', expecting keyword_end …@output_buffer.append=( yield)) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:28: syntax error, unexpected ')', expecting keyword_end …turbolinks-track' => 'reload')) );@output_buffer.safe_append… … ^:
app/views/layouts/application.html.erb:8:in `'
Started POST “/__better_errors/3eeaefad08fbcc52/variables” for 127.0.0.1 at 2018-03-15 14:41:04 +0200 Started GET “/” for 127.0.0.1 at 2018-03-15 14:41:17 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms)
Completed 401 Unauthorized in 24ms (ActiveRecord: 2.4ms)
SyntaxError - syntax error, unexpected ')', expecting keyword_end …ield(:title) : “Cash Flosum”) );@output_buffer.safe_append=' … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:16: syntax error, unexpected ')', expecting keyword_end …output_buffer.append=( notice)) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:27: syntax error, unexpected ')', expecting keyword_end …@output_buffer.append=( yield)) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:28: syntax error, unexpected ')', expecting keyword_end …turbolinks-track' => 'reload')) );@output_buffer.safe_append… … ^:
app/views/layouts/application.html.erb:8:in `'
Started POST “/__better_errors/3da7260c3504f9b5/variables” for 127.0.0.1 at 2018-03-15 14:41:17 +0200 Started GET “/” for 127.0.0.1 at 2018-03-15 14:41:32 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms)
Completed 401 Unauthorized in 19ms (ActiveRecord: 0.6ms)
SyntaxError - syntax error, unexpected ')', expecting keyword_end …output_buffer.append=( notice)) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:27: syntax error, unexpected ')', expecting keyword_end …@output_buffer.append=( yield)) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:28: syntax error, unexpected ')', expecting keyword_end …turbolinks-track' => 'reload')) );@output_buffer.safe_append… … ^:
app/views/layouts/application.html.erb:16:in `'
Started POST “/__better_errors/4f5b5e16a6be2eaa/variables” for 127.0.0.1 at 2018-03-15 14:41:32 +0200 Started GET “/” for 127.0.0.1 at 2018-03-15 14:41:41 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.8ms)
Completed 401 Unauthorized in 29ms (ActiveRecord: 0.5ms)
SyntaxError - syntax error, unexpected ')', expecting keyword_end …@output_buffer.append=( yield)) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:28: syntax error, unexpected ')', expecting keyword_end …turbolinks-track' => 'reload')) );@output_buffer.safe_append… … ^:
app/views/layouts/application.html.erb:27:in `'
Started POST “/__better_errors/117861a356f37619/variables” for 127.0.0.1 at 2018-03-15 14:41:42 +0200 Started GET “/” for 127.0.0.1 at 2018-03-15 14:41:49 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (1.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (1.9ms)
Completed 401 Unauthorized in 46ms (ActiveRecord: 1.1ms)
SyntaxError - syntax error, unexpected ')', expecting keyword_end …turbolinks-track' => 'reload')) );@output_buffer.safe_append… … ^:
app/views/layouts/application.html.erb:28:in `'
Started POST “/__better_errors/b295dfa0609c28cd/variables” for 127.0.0.1 at 2018-03-15 14:41:49 +0200 Started GET “/” for 127.0.0.1 at 2018-03-15 14:41:57 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.4ms) Rendered layouts/_navigation.html.erb (2.5ms) Rendered layouts/_messages.slim (7.8ms)
Completed 200 OK in 190ms (Views: 185.9ms | ActiveRecord: 0.3ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2018-03-15 14:42:58 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.4ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.slim (5.0ms)
Completed 200 OK in 177ms (Views: 167.9ms | ActiveRecord: 0.3ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-15 14:43:03 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (383.3ms) [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (410.0ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.slim (3.6ms)
Completed 200 OK in 585ms (Views: 499.1ms | ActiveRecord: 7.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-15 14:43:05 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-15 14:43:06 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-15 14:43:06 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-15 14:43:22 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (1.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (1.0ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.slim (4.1ms)
Completed 200 OK in 192ms (Views: 176.0ms | ActiveRecord: 1.9ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-15 14:43:25 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (11.6ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (35.4ms) Rendered layouts/_navigation.html.erb (0.8ms) Rendered layouts/_messages.slim (5.1ms)
Completed 200 OK in 168ms (Views: 147.3ms | ActiveRecord: 5.8ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”): ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-15 14:43:26 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-15 14:43:26 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-15 14:43:27 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-15 14:45:25 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (24.5ms) [1m[36mExpense Exists (2.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (55.9ms) Rendered layouts/_navigation.html.erb (3.7ms) Rendered layouts/_messages.slim (22.3ms)
Completed 200 OK in 668ms (Views: 576.5ms | ActiveRecord: 9.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”): actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-15 14:45:28 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-15 14:45:28 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-15 14:45:29 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-15 14:45:46 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (4.8ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (25.9ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.slim (7.3ms)
Completed 200 OK in 312ms (Views: 265.8ms | ActiveRecord: 7.5ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-15 14:45:48 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-15 14:45:48 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-15 14:45:49 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-15 14:52:32 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (434.5ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (462.6ms) Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.slim (15.8ms)
Completed 200 OK in 19652ms (Views: 19472.6ms | ActiveRecord: 10.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”): ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-15 14:52:53 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-15 14:52:54 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-15 14:52:54 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-15 15:08:16 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (45.5ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (103.1ms) Rendered layouts/_navigation.html.erb (2.7ms) Rendered layouts/_messages.slim (14.7ms)
Completed 200 OK in 749ms (Views: 652.0ms | ActiveRecord: 11.1ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-15 15:08:18 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-15 15:08:19 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-15 15:08:19 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-15 15:09:26 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (11.4ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (28.3ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.slim (6.1ms)
Completed 200 OK in 354ms (Views: 316.4ms | ActiveRecord: 9.9ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-15 15:09:28 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-15 15:09:29 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-15 15:09:29 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-15 15:09:35 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (3.0ms) [1m[36mExpense Exists (3.9ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (21.2ms) Rendered layouts/_navigation.html.erb (0.8ms) Rendered layouts/_messages.slim (4.2ms)
Completed 200 OK in 271ms (Views: 251.8ms | ActiveRecord: 10.2ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-15 15:09:37 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-15 15:09:37 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-15 15:09:38 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-15 15:09:39 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-15 15:09:39 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-15 15:09:40 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-15 15:14:59 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (28.7ms) [1m[36mExpense Exists (4.9ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (69.3ms) Rendered layouts/_navigation.html.erb (2.0ms) Rendered layouts/_messages.slim (14.7ms)
Completed 200 OK in 533ms (Views: 466.7ms | ActiveRecord: 12.3ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”): actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-15 15:15:02 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-15 15:15:02 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-15 15:15:03 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-15 15:21:11 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (16.3ms) [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (42.7ms) Rendered layouts/_navigation.html.erb (2.2ms) Rendered layouts/_messages.slim (13.3ms)
Completed 200 OK in 847ms (Views: 795.0ms | ActiveRecord: 10.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”): ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-15 15:21:14 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-15 15:21:14 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-15 15:21:15 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-15 15:30:57 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (8.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (21.6ms) [1m[36mExpense Exists (4.9ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (57.3ms) Rendered layouts/_navigation.html.erb (2.5ms) Rendered layouts/_messages.slim (19.9ms)
Completed 200 OK in 802ms (Views: 709.9ms | ActiveRecord: 16.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-15 15:30:59 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-15 15:31:00 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-15 15:31:01 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-15 15:31:01 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-15 15:31:02 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-15 15:31:02 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-15 23:07:14 +0200
[1m[35m (5.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (447.3ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (479.7ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.slim (20.4ms)
Completed 200 OK in 4232ms (Views: 4008.2ms | ActiveRecord: 10.4ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”): ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-15 23:07:20 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-15 23:07:21 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-15 23:07:22 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-15 23:07:38 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (14.2ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (36.2ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.slim (10.4ms)
Completed 200 OK in 256ms (Views: 196.3ms | ActiveRecord: 8.9ms)
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”):
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”): actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-15 23:07:40 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-15 23:07:40 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-15 23:07:41 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-15 23:07:41 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-15 23:07:42 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-15 23:07:42 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-15 23:11:08 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (6.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (8.3ms) Rendered expenses/index.html.erb within layouts/application (18.4ms)
Completed 401 Unauthorized in 108ms (ActiveRecord: 6.3ms)
SyntaxError - syntax error, unexpected ')' …ontrol bootstrap-datepicker“, );@output_buffer.safe_append=' … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:44: syntax error, unexpected keyword_end, expecting ')' '.freeze; end
^
/Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:47: syntax error, unexpected keyword_ensure, expecting ')' /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:49: syntax error, unexpected keyword_end, expecting ')':
app/views/expenses/_form.html.erb:22:in `' app/views/expenses/index.html.erb:15:in `_app_views_expenses_index_html_erb__4316078835497102850_70097493916760'
Started POST “/__better_errors/73ac33da8dc616e9/variables” for 127.0.0.1 at 2018-03-15 23:11:08 +0200
[1m[36mExpense Load (5.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-15 23:11:22 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (9.9ms) Rendered expenses/index.html.erb within layouts/application (14.6ms)
Completed 401 Unauthorized in 45ms (ActiveRecord: 2.5ms)
ArgumentError - wrong number of arguments (given 3, expected 2):
app/helpers/expenses_helper.rb:3:in `datepicker_input' app/views/expenses/_form.html.erb:22:in `block in _app_views_expenses__form_html_erb__449125172278720560_70097476251020' app/views/expenses/_form.html.erb:1:in `_app_views_expenses__form_html_erb__449125172278720560_70097476251020' app/views/expenses/index.html.erb:15:in `_app_views_expenses_index_html_erb__4316078835497102850_70097474821600'
Started POST “/__better_errors/5bf8e46cdcaa7b30/variables” for 127.0.0.1 at 2018-03-15 23:11:23 +0200
[1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-15 23:13:32 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (6.3ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (28.2ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.slim (6.3ms)
Completed 200 OK in 325ms (Views: 241.9ms | ActiveRecord: 11.2ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
ActionController::RoutingError (No route matches [GET] “/assets/jquery-ui.css”): actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-15 23:13:33 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-15 23:13:34 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-15 23:13:34 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2018-03-15 23:38:32 +0200
[1m[35m (2.7ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.8ms)
Completed 401 Unauthorized in 1555ms (ActiveRecord: 3.5ms)
Sprockets::FileNotFound - couldn't find file 'jquery-ui' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/images /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/rails-assets-jquery-3.3.1/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/javascripts/application.js:16:in `' app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb___2637727059694272331_70185919764540'
Started POST “/__better_errors/3b0f6c31a806aa05/variables” for 127.0.0.1 at 2018-03-15 23:38:35 +0200 Started GET “/” for 127.0.0.1 at 2018-03-15 23:41:14 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.5ms)
Completed 401 Unauthorized in 1022ms (ActiveRecord: 3.4ms)
Sprockets::FileNotFound - couldn't find file 'jquery-ui' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/images /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/rails-assets-jquery-3.3.1/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/javascripts/application.js:16:in `' app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb__2268994925105836024_70195758842060'
Started POST “/__better_errors/f24bc17e59b8078f/variables” for 127.0.0.1 at 2018-03-15 23:41:15 +0200 Started POST “/__better_errors/f24bc17e59b8078f/variables” for 127.0.0.1 at 2018-03-15 23:43:41 +0200 Started GET “/” for 127.0.0.1 at 2018-03-15 23:43:44 +0200
[1m[35m (2.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (6.0ms)
Completed 401 Unauthorized in 2379ms (ActiveRecord: 3.2ms)
Sass::SyntaxError - File to import not found or unreadable: jquery-ui. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/images /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/rails-assets-jquery-3.3.1/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets: app/assets/stylesheets/application.scss:24:in `' app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb__3290228501710624925_70129202499560'
Started POST “/__better_errors/6445125d8c35d9aa/variables” for 127.0.0.1 at 2018-03-15 23:43:47 +0200 Started GET “/” for 127.0.0.1 at 2018-03-15 23:46:14 +0200
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.3ms)
Completed 401 Unauthorized in 2341ms (ActiveRecord: 3.5ms)
Sass::SyntaxError - File to import not found or unreadable: import at jquery.ui.datepicker. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/images /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/rails-assets-jquery-3.3.1/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets: app/assets/stylesheets/application.scss:24:in `' app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb___339350591833266738_70295103902500'
Started POST “/__better_errors/2ad379167f200c07/variables” for 127.0.0.1 at 2018-03-15 23:46:17 +0200 Started GET “/” for 127.0.0.1 at 2018-03-15 23:54:00 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (6.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (2.6ms)
DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss to /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.scss. (called from _app_views_layouts_application_html_erb___339350591833266738_70295082237000 at /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:13) DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss to /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.scss. (called from _app_views_layouts_application_html_erb___339350591833266738_70295082237000 at /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:13) Completed 401 Unauthorized in 14161ms (ActiveRecord: 6.6ms)
Sprockets::FileNotFound - couldn't find file 'jquery-ui' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/images /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/rails-assets-jquery-3.3.1/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-4.0.3/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/javascripts/application.js:16:in `' app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb___339350591833266738_70295082237000'
Started POST “/__better_errors/32802befaf7cce1a/variables” for 127.0.0.1 at 2018-03-15 23:54:14 +0200 Started GET “/” for 127.0.0.1 at 2018-03-16 00:04:09 +0200
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
NameError - Couldn't find ExpensesHelper, expected it to be defined in helpers/expenses_helper.rb:
app/controllers/application_controller.rb:1:in `<top (required)>' app/controllers/static_pages_controller.rb:1:in `<top (required)>'
Started POST “/__better_errors/a7bf5fd41b2357ed/variables” for 127.0.0.1 at 2018-03-16 00:04:09 +0200 Started GET “/” for 127.0.0.1 at 2018-03-16 00:04:45 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.8ms) Rendered layouts/_navigation.html.erb (2.4ms) Rendered layouts/_messages.slim (32.2ms)
Completed 200 OK in 16660ms (Views: 16588.4ms | ActiveRecord: 3.4ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 00:05:08 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (325.0ms) [1m[36mExpense Exists (0.7ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (353.1ms) Rendered layouts/_navigation.html.erb (0.9ms) Rendered layouts/_messages.slim (5.7ms)
Completed 200 OK in 740ms (Views: 652.7ms | ActiveRecord: 7.6ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 00:05:10 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 00:05:10 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 00:05:11 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 00:05:47 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (10.6ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (31.5ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.slim (9.9ms)
Completed 200 OK in 566ms (Views: 533.0ms | ActiveRecord: 7.8ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 00:05:48 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 00:05:49 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 00:05:49 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started POST “/expenses” for 127.0.0.1 at 2018-03-16 00:05:50 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"TA8nMUn2iXK9CDrX5mV/RLj4h3aNl0IAHrbG/eksagZQ/TisSb0ojeiK3SlfVu7mx9yrAuEM+KvdwLXqT+xkLw==", "expense"=>{"line"=>"", "date"=>"akdfnadf", "AccountName"=>"", "Description"=>"", "Expense"=>""}, "button"=>""}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Unpermitted parameter: :date
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (2.8ms)[0m [1m[32mINSERT INTO "expenses" ("line", "AccountName", "Description", "Expense", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["line", ""], ["AccountName", ""], ["Description", ""], ["Expense", ""], ["created_at", "2018-03-15 22:05:50.989541"], ["updated_at", "2018-03-15 22:05:50.989541"], ["user_id", 2]]
[1m[35m (3.3ms)[0m [1m[36mcommit transaction[0m
Redirected to Completed 401 Unauthorized in 127ms (ActiveRecord: 6.6ms)
ActionController::ActionControllerError - Cannot redirect to nil!:
app/controllers/expenses_controller.rb:44:in `block (2 levels) in create' app/controllers/expenses_controller.rb:42:in `create'
Started POST “/__better_errors/1489defc3880346c/variables” for 127.0.0.1 at 2018-03-16 00:05:51 +0200
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 00:05:55 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 00:05:55 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 00:07:21 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (7.9ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (25.0ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.slim (8.3ms)
Completed 200 OK in 13326ms (Views: 13308.2ms | ActiveRecord: 1.1ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 00:07:36 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 00:07:36 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 00:07:37 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses/22/edit” for 127.0.0.1 at 2018-03-16 00:07:50 +0200 Processing by ExpensesController#edit as HTML
Parameters: {"id"=>"22"}
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 2], ["id", 22], ["LIMIT", 1]]
Rendering expenses/edit.html.erb within layouts/application
Rendered expenses/_form.html.erb (7.1ms)
Rendered expenses/edit.html.erb within layouts/application (16.9ms)
Rendered layouts/_navigation.html.erb (1.1ms)
Rendered layouts/_messages.slim (4.8ms)
Completed 200 OK in 473ms (Views: 454.5ms | ActiveRecord: 1.2ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 00:07:52 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 00:07:52 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 00:07:53 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 00:07:53 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 00:07:54 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 00:07:54 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 00:07:59 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (9.0ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (18.1ms) Rendered layouts/_navigation.html.erb (0.9ms) Rendered layouts/_messages.slim (5.6ms)
Completed 200 OK in 323ms (Views: 305.3ms | ActiveRecord: 0.9ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 00:08:00 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 00:08:00 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 00:08:01 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 00:08:01 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 00:08:02 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 00:08:02 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 00:09:22 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (11.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (17.4ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (40.2ms) Rendered layouts/_navigation.html.erb (2.7ms) Rendered layouts/_messages.slim (19.6ms)
Completed 200 OK in 1201ms (Views: 1117.7ms | ActiveRecord: 12.1ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 00:09:24 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 00:09:25 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 00:09:25 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 00:10:00 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] Rendered expenses/_form.html.erb (853.6ms) Rendered expenses/index.html.erb within layouts/application (857.2ms)
Completed 401 Unauthorized in 882ms (ActiveRecord: 1.5ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
NameError - undefined local variable or method `f' for #<#<Class:0x007f97dc9e0630>:0x007f97dbad8cc8>:
app/views/expenses/_form.html.erb:43:in `block in _app_views_expenses__form_html_erb__1207880882599882705_70145100384080' app/views/expenses/_form.html.erb:1:in `_app_views_expenses__form_html_erb__1207880882599882705_70145100384080' app/views/expenses/index.html.erb:15:in `_app_views_expenses_index_html_erb___2789204136624274385_70145101188220'
Started POST “/__better_errors/55b55b76e0998812/variables” for 127.0.0.1 at 2018-03-16 00:10:02 +0200
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-16 00:10:12 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (3.7ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (10.5ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.slim (3.7ms)
Completed 200 OK in 767ms (Views: 760.1ms | ActiveRecord: 0.9ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 00:10:13 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 00:10:14 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 00:10:14 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 00:11:20 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (15.6ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (33.2ms)
Completed 401 Unauthorized in 130ms (ActiveRecord: 1.2ms)
Sprockets::FileNotFound - couldn't find file 'jquery' with type 'text/css' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/images /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/rails-assets-jquery-3.3.1/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/stylesheets/application.scss:14:in `' app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb__3310942964477860036_70145083635940'
Started POST “/__better_errors/b9300e667645caba/variables” for 127.0.0.1 at 2018-03-16 00:11:20 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-16 00:12:18 +0200
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (408.6ms) [1m[36mExpense Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (433.3ms)
Completed 401 Unauthorized in 1044ms (ActiveRecord: 3.5ms)
Sprockets::FileNotFound - couldn't find file 'jquery' with type 'text/css' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/images /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/rails-assets-jquery-3.3.1/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/stylesheets/application.scss:14:in `' app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb__4114189563775137365_70181037966220'
Started POST “/__better_errors/4e69969dcb320fa4/variables” for 127.0.0.1 at 2018-03-16 00:12:19 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-16 00:13:01 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (15.6ms) [1m[36mExpense Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (31.1ms)
Completed 401 Unauthorized in 111ms (ActiveRecord: 2.9ms)
Sprockets::FileNotFound - couldn't find file 'jquery' with type 'text/css' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/images /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/rails-assets-jquery-3.3.1/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/stylesheets/application.scss:14:in `' app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb__4114189563775137365_70181040076220'
Started POST “/__better_errors/8cadc10efd658bd5/variables” for 127.0.0.1 at 2018-03-16 00:13:02 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-16 00:13:12 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (3.8ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (14.7ms)
Completed 401 Unauthorized in 63ms (ActiveRecord: 0.7ms)
Sass::SyntaxError - Invalid CSS after “@import 'jquery'”: expected selector or at-rule, was “@import ”bootst…“:
app/assets/stylesheets/application.scss:24:in `' app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb__4114189563775137365_70181040196420'
Started POST “/__better_errors/ab0e272434662548/variables” for 127.0.0.1 at 2018-03-16 00:13:13 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-16 00:13:29 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (3.3ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (10.3ms)
Completed 401 Unauthorized in 1439ms (ActiveRecord: 0.8ms)
Sass::SyntaxError - File to import not found or unreadable: jquery. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/images /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/rails-assets-datatables-1.10.16/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/rails-assets-jquery-3.3.1/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets: app/assets/stylesheets/application.scss:23:in `' app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb__4114189563775137365_70181078645000'
Started POST “/__better_errors/79885f53d41a5125/variables” for 127.0.0.1 at 2018-03-16 00:13:30 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-16 00:15:43 +0200
[1m[35m (2.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (423.1ms) [1m[36mExpense Exists (0.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (448.1ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.slim (16.8ms)
Completed 200 OK in 17542ms (Views: 17378.5ms | ActiveRecord: 3.2ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 00:16:02 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 00:16:03 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 00:16:03 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 00:23:16 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (16.8ms) [1m[36mExpense Exists (0.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (1.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (51.2ms) Rendered layouts/_navigation.html.erb (5.3ms) Rendered layouts/_messages.slim (31.3ms)
Completed 200 OK in 1083ms (Views: 1020.2ms | ActiveRecord: 5.6ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 00:23:18 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 00:23:18 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 00:23:19 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 00:23:33 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (11.1ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (26.4ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.slim (6.2ms)
Completed 200 OK in 531ms (Views: 518.9ms | ActiveRecord: 1.7ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 00:23:34 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 00:23:34 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 00:23:35 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 00:23:35 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 00:23:36 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 00:23:36 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2018-03-16 00:41:22 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (9.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (12.8ms) Rendered layouts/_navigation.html.erb (5.3ms) Rendered layouts/_messages.slim (21.7ms)
Completed 200 OK in 885ms (Views: 778.6ms | ActiveRecord: 9.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-16 00:51:34 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (15.4ms) [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (53.4ms) Rendered layouts/_navigation.html.erb (1.9ms) Rendered layouts/_messages.slim (13.1ms)
Completed 200 OK in 1019ms (Views: 959.0ms | ActiveRecord: 9.8ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 00:51:36 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 00:51:36 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 00:51:37 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 00:51:37 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 00:51:38 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 00:51:38 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 00:51:39 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (6.9ms) [1m[36mExpense Exists (3.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (90.4ms)
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.slim (7.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Completed 200 OK in 1465ms (Views: 1419.7ms | ActiveRecord: 6.2ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 00:51:41 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 00:51:41 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 00:51:42 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 00:51:42 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 00:51:43 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 00:51:43 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2018-03-16 01:42:58 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (6.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (23.4ms) Rendered layouts/_navigation.html.erb (15.3ms) Rendered layouts/_messages.slim (27.9ms)
Completed 200 OK in 1133ms (Views: 1025.4ms | ActiveRecord: 6.5ms)
Started GET “/” for 127.0.0.1 at 2018-03-16 12:38:03 +0200
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (1.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.7ms)
Completed 401 Unauthorized in 1109ms (ActiveRecord: 3.0ms)
Sprockets::FileNotFound - couldn't find file 'datatables' with type 'text/css' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/stylesheets/application.scss:15:in `' app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb___4298998734104936190_70140929943760'
Started GET “/” for 127.0.0.1 at 2018-03-16 12:38:58 +0200 Processing by StaticPagesController#Welcome as HTML Completed 401 Unauthorized in 27ms (ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-16 12:38:59 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (3.8ms) Rendered devise/sessions/new.html.erb within layouts/application (68.0ms)
Completed 401 Unauthorized in 201ms (ActiveRecord: 0.0ms)
Sprockets::FileNotFound - couldn't find file 'datatables' with type 'text/css' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/stylesheets/application.scss:15:in `' app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb___4298998734104936190_70140979351300'
Started POST “/__better_errors/def54709803e9d17/variables” for 127.0.0.1 at 2018-03-16 12:39:00 +0200 Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-16 12:41:37 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (7.4ms) Rendered devise/sessions/new.html.erb within layouts/application (77.3ms) Rendered layouts/_navigation.html.erb (3.7ms) Rendered layouts/_messages.slim (38.6ms)
Completed 200 OK in 17085ms (Views: 17030.7ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-16 12:43:25 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (13.5ms) Rendered devise/sessions/new.html.erb within layouts/application (68.1ms) Rendered layouts/_navigation.html.erb (2.7ms) Rendered layouts/_messages.slim (19.0ms)
Completed 200 OK in 922ms (Views: 894.1ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-16 12:43:41 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"MpEgXFdLfoqSj3l1sKZulpMHPkzeTg3UYLaGjR5OeM3VOgqmYowEabu0Pww+1yOXnUljEGFuAoU3zIhsxyNJQA==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (9.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 284ms (ActiveRecord: 9.7ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"MpEgXFdLfoqSj3l1sKZulpMHPkzeTg3UYLaGjR5OeM3VOgqmYowEabu0Pww+1yOXnUljEGFuAoU3zIhsxyNJQA==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (3.4ms)
Rendered devise/sessions/new.html.erb within layouts/application (11.9ms)
Rendered layouts/_navigation.html.erb (1.1ms)
Rendered layouts/_messages.slim (5.6ms)
Completed 200 OK in 551ms (Views: 394.0ms | ActiveRecord: 0.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-16 12:47:50 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (4.6ms) Rendered devise/sessions/new.html.erb within layouts/application (45.4ms) Rendered layouts/_navigation.html.erb (4.1ms) Rendered layouts/_messages.slim (27.0ms)
Completed 200 OK in 981ms (Views: 958.1ms | ActiveRecord: 0.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-16 12:50:58 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (6.4ms) Rendered devise/sessions/new.html.erb within layouts/application (35.6ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.slim (8.9ms)
Completed 200 OK in 758ms (Views: 736.8ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-16 12:52:05 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (6.0ms) Rendered devise/sessions/new.html.erb within layouts/application (35.1ms) Rendered layouts/_navigation.html.erb (3.6ms) Rendered layouts/_messages.slim (13.4ms)
Completed 200 OK in 782ms (Views: 763.6ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-16 12:56:42 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (5.1ms) Rendered devise/sessions/new.html.erb within layouts/application (29.6ms) Rendered layouts/_navigation.html.erb (3.5ms) Rendered layouts/_messages.slim (12.7ms)
Completed 200 OK in 819ms (Views: 795.0ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-16 12:58:42 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (9.1ms) Rendered devise/sessions/new.html.erb within layouts/application (44.7ms) Rendered layouts/_navigation.html.erb (4.3ms) Rendered layouts/_messages.slim (21.6ms)
Completed 200 OK in 855ms (Views: 834.8ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-16 13:00:19 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (3.9ms) Rendered devise/sessions/new.html.erb within layouts/application (44.4ms) Rendered layouts/_navigation.html.erb (3.9ms) Rendered layouts/_messages.slim (23.2ms)
Completed 200 OK in 810ms (Views: 785.6ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-16 13:01:01 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (4.9ms) Rendered devise/sessions/new.html.erb within layouts/application (30.3ms) Rendered layouts/_navigation.html.erb (3.4ms) Rendered layouts/_messages.slim (15.5ms)
Completed 200 OK in 731ms (Views: 713.4ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-16 13:01:21 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (1.4ms) Rendered devise/sessions/new.html.erb within layouts/application (8.9ms) Rendered layouts/_navigation.html.erb (2.1ms) Rendered layouts/_messages.slim (7.9ms)
Completed 200 OK in 499ms (Views: 497.8ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-16 13:02:21 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (3.9ms) Rendered devise/sessions/new.html.erb within layouts/application (29.7ms) Rendered layouts/_navigation.html.erb (3.2ms) Rendered layouts/_messages.slim (14.8ms)
Completed 200 OK in 775ms (Views: 757.6ms | ActiveRecord: 0.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-16 13:04:55 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (8.4ms) Rendered devise/sessions/new.html.erb within layouts/application (39.7ms) Rendered layouts/_navigation.html.erb (3.0ms) Rendered layouts/_messages.slim (16.1ms)
Completed 200 OK in 787ms (Views: 770.1ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-16 13:05:25 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (2.4ms) Rendered devise/sessions/new.html.erb within layouts/application (12.7ms) Rendered layouts/_navigation.html.erb (2.8ms) Rendered layouts/_messages.slim (9.6ms)
Completed 200 OK in 492ms (Views: 490.0ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-16 13:09:34 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (8.0ms) Rendered devise/sessions/new.html.erb within layouts/application (53.7ms) Rendered layouts/_navigation.html.erb (2.7ms) Rendered layouts/_messages.slim (21.9ms)
Completed 401 Unauthorized in 840ms (ActiveRecord: 0.0ms)
SyntaxError - syntax error, unexpected keyword_ensure, expecting keyword_end /Users/musochilimboyi/CashFlosum/app/views/layouts/_messages.slim:13: syntax error, unexpected end-of-input, expecting keyword_end:
app/views/layouts/_messages.slim:11:in `' app/views/layouts/application.html.erb:19:in `_app_views_layouts_application_html_erb___4298998734104936190_70141008769760'
Started POST “/__better_errors/cdc3a41cebd9dc48/variables” for 127.0.0.1 at 2018-03-16 13:09:35 +0200 Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-16 13:11:41 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (12.5ms) Rendered devise/sessions/new.html.erb within layouts/application (42.0ms) Rendered layouts/_navigation.html.erb (2.4ms) Rendered layouts/_messages.slim (8.1ms)
Completed 401 Unauthorized in 801ms (ActiveRecord: 0.0ms)
SyntaxError - syntax error, unexpected keyword_ensure, expecting keyword_end /Users/musochilimboyi/CashFlosum/app/views/layouts/_messages.slim:8: syntax error, unexpected end-of-input, expecting keyword_end:
app/views/layouts/_messages.slim:6:in `' app/views/layouts/application.html.erb:19:in `_app_views_layouts_application_html_erb___4298998734104936190_70140985614040'
Started POST “/__better_errors/fdc5378e951c040e/variables” for 127.0.0.1 at 2018-03-16 13:11:42 +0200 Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-16 13:15:28 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (3.3ms) Rendered devise/sessions/new.html.erb within layouts/application (28.8ms) Rendered layouts/_navigation.html.erb (2.8ms) Rendered layouts/_messages.html.erb (3.6ms)
Completed 401 Unauthorized in 756ms (ActiveRecord: 0.0ms)
SyntaxError - syntax error, unexpected keyword_ensure, expecting keyword_end /Users/musochilimboyi/CashFlosum/app/views/layouts/_messages.html.erb:15: syntax error, unexpected end-of-input, expecting keyword_end:
app/views/layouts/_messages.html.erb:13:in `' app/views/layouts/application.html.erb:19:in `_app_views_layouts_application_html_erb___4298998734104936190_70140988790020'
Started POST “/__better_errors/142b1a173df38084/variables” for 127.0.0.1 at 2018-03-16 13:15:29 +0200 Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-16 13:16:29 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (5.7ms) Rendered devise/sessions/new.html.erb within layouts/application (30.6ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 401 Unauthorized in 627ms (ActiveRecord: 0.0ms)
SyntaxError - syntax error, unexpected keyword_ensure, expecting keyword_end /Users/musochilimboyi/CashFlosum/app/views/layouts/_messages.html.erb:15: syntax error, unexpected end-of-input, expecting keyword_end:
app/views/layouts/_messages.html.erb:13:in `' app/views/layouts/application.html.erb:19:in `_app_views_layouts_application_html_erb___4298998734104936190_70140924009820'
Started POST “/__better_errors/b209f993d764b537/variables” for 127.0.0.1 at 2018-03-16 13:16:30 +0200 Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-16 13:17:58 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (5.9ms) Rendered devise/sessions/new.html.erb within layouts/application (43.9ms) Rendered layouts/_navigation.html.erb (2.1ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 808ms (Views: 777.2ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-16 13:18:13 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"UyjDncqCfAKiyIrQhOESqtxZ9yMPFiA2G5Nc3ihIfgW0g+ln/0UG4YvzzKkKkF+r0heqf7A2L2dM6VI/8SVPiA==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (3.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 182ms (ActiveRecord: 3.2ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"UyjDncqCfAKiyIrQhOESqtxZ9yMPFiA2G5Nc3ihIfgW0g+ln/0UG4YvzzKkKkF+r0heqf7A2L2dM6VI/8SVPiA==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (2.8ms)
Rendered devise/sessions/new.html.erb within layouts/application (13.9ms)
Rendered layouts/_navigation.html.erb (1.2ms)
Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 588ms (Views: 429.3ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-16 13:49:13 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"i4VA4pIt1kqFWkb/Y5Yg9SZkYYaCkTzhBheX727QgqxsLmoYp+qsqaxhAIbt5230KCo82j2xM7BRbZkOt72zIQ==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (8.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (5.7ms)[0m [1m[33mUPDATE "users" SET "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ?[0m [["current_sign_in_at", "2018-03-16 11:49:13.932466"], ["sign_in_count", 2], ["updated_at", "2018-03-16 11:49:13.951759"], ["id", 2]]
[1m[35m (6.4ms)[0m [1m[36mcommit transaction[0m
Redirected to 127.0.0.1:3000/ Completed 302 Found in 362ms (ActiveRecord: 20.8ms)
Started GET “/” for 127.0.0.1 at 2018-03-16 13:49:14 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (2.8ms) Rendered layouts/_navigation.html.erb (2.1ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 881ms (Views: 868.7ms | ActiveRecord: 0.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-16 13:49:23 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (13.7ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (49.8ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 559ms (Views: 404.6ms | ActiveRecord: 5.2ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 13:49:24 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 13:49:25 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 13:49:25 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-16 14:02:34 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (4.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (10.1ms) Rendered layouts/_navigation.html.erb (7.2ms) Rendered layouts/_messages.html.erb (7.9ms)
Completed 200 OK in 833ms (Views: 773.6ms | ActiveRecord: 4.7ms)
Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-16 14:02:39 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms) Rendered layouts/_navigation.html.erb (2.0ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 475ms (Views: 463.3ms | ActiveRecord: 0.8ms)
Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-16 14:26:50 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (7.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (16.2ms) Rendered layouts/_navigation.html.erb (1428.7ms)
Completed 401 Unauthorized in 2295ms (ActiveRecord: 7.9ms)
NameError - undefined local variable or method `current_user_sign_out' for #<#<Class:0x007f95ea75f5d0>:0x007f95f26a0498> Did you mean? current_user:
app/views/layouts/_navigation.html.erb:28:in `_app_views_layouts__navigation_html_erb__2761186692304237343_70140951329020' app/views/layouts/application.html.erb:18:in `_app_views_layouts_application_html_erb___4298998734104936190_70140998847940'
Started POST “/__better_errors/478d2920ced9544a/variables” for 127.0.0.1 at 2018-03-16 14:26:53 +0200 Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-16 14:31:36 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (11.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (25.3ms) Rendered layouts/_navigation.html.erb (5.5ms) Rendered layouts/_messages.html.erb (9.1ms)
Completed 200 OK in 771ms (Views: 697.9ms | ActiveRecord: 11.7ms)
Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-16 14:32:28 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.html.erb (7.7ms) Rendered layouts/_messages.html.erb (3.9ms)
Completed 200 OK in 515ms (Views: 505.8ms | ActiveRecord: 2.3ms)
Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-16 14:33:05 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.3ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 554ms (Views: 544.2ms | ActiveRecord: 2.4ms)
Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-16 14:34:57 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (5.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.0ms) Rendered layouts/_navigation.html.erb (5.4ms) Rendered layouts/_messages.html.erb (4.5ms)
Completed 200 OK in 724ms (Views: 684.7ms | ActiveRecord: 5.2ms)
Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-16 14:37:45 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (3.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.5ms) Rendered layouts/_navigation.html.erb (2.5ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 838ms (Views: 803.7ms | ActiveRecord: 3.0ms)
Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-16 14:38:02 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (3.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.html.erb (2.4ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 1004ms (Views: 990.5ms | ActiveRecord: 3.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-16 14:44:52 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (26.4ms) [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (78.1ms) Rendered layouts/_navigation.html.erb (2.9ms) Rendered layouts/_messages.html.erb (1.7ms)
Completed 200 OK in 834ms (Views: 746.8ms | ActiveRecord: 11.3ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 14:44:53 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 14:44:54 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 14:44:54 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/users/sign_out” for 127.0.0.1 at 2018-03-16 14:44:57 +0200
ActionController::RoutingError (No route matches [GET] “/users/sign_out”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/users” for 127.0.0.1 at 2018-03-16 14:46:48 +0200
ActionController::RoutingError (No route matches [GET] “/users”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2018-03-16 14:46:53 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (4.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.9ms) Rendered layouts/_navigation.html.erb (5.9ms) Rendered layouts/_messages.html.erb (2.0ms)
Completed 200 OK in 957ms (Views: 922.7ms | ActiveRecord: 4.0ms)
Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-16 14:47:39 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (4.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.6ms) Rendered layouts/_navigation.html.erb (2.8ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 743ms (Views: 693.6ms | ActiveRecord: 4.6ms)
Started GET “/users/sign_out” for 127.0.0.1 at 2018-03-16 14:48:37 +0200
ActionController::RoutingError (No route matches [GET] “/users/sign_out”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/users/sign_out” for 127.0.0.1 at 2018-03-16 14:52:24 +0200
[1m[35m (2.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
ActionController::RoutingError (No route matches [GET] “/users/sign_out”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/users” for 127.0.0.1 at 2018-03-16 14:52:30 +0200
ActionController::RoutingError (No route matches [GET] “/users”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2018-03-16 14:52:36 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.9ms)
Started GET “/” for 127.0.0.1 at 2018-03-16 14:52:40 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.4ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 1393ms (Views: 1383.7ms | ActiveRecord: 1.8ms)
Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 5527ms (Views: 5468.8ms | ActiveRecord: 4.1ms)
Started DELETE “/users/sign_out” for 127.0.0.1 at 2018-03-16 14:52:45 +0200 Processing by Devise::SessionsController#destroy as HTML
Parameters: {"authenticity_token"=>"/pxKAIq4CXFJtm1rctSvlcZJ4QddlHWcq0RDzwgOsr38SdgcO4Grr/pPqQpeU5KqhpMimWUMaDmeGy8I7GFVcQ=="}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/ Completed 302 Found in 328ms (ActiveRecord: 0.8ms)
Started GET “/” for 127.0.0.1 at 2018-03-16 14:52:45 +0200 Processing by StaticPagesController#Welcome as HTML Completed 401 Unauthorized in 16ms (ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-16 14:52:45 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (2.7ms) Rendered devise/sessions/new.html.erb within layouts/application (34.5ms) Rendered layouts/_navigation.html.erb (2.2ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 318ms (Views: 313.1ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-16 14:52:49 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"HCnB/dUyh1YOVpPeAq2SfTaGL0Vk+vklYYbugGGBYixfNdKSt5HhCYhv+1FMZJjB3ZjruYNg0ApfXd9chk8/Gg==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (1.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[33mUPDATE "users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ?[0m [["current_sign_in_at", "2018-03-16 12:52:49.414568"], ["last_sign_in_at", "2018-03-16 11:49:13.932466"], ["sign_in_count", 3], ["updated_at", "2018-03-16 12:52:49.416149"], ["id", 2]]
[1m[35m (3.0ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/ Completed 302 Found in 263ms (ActiveRecord: 4.7ms)
Started GET “/” for 127.0.0.1 at 2018-03-16 14:52:49 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 259ms (Views: 254.4ms | ActiveRecord: 0.6ms)
Started DELETE “/users/sign_out” for 127.0.0.1 at 2018-03-16 14:52:52 +0200 Processing by Devise::SessionsController#destroy as HTML
Parameters: {"authenticity_token"=>"qZaciM3RMaw2jIT01adwv5asrOxZFWaCv7fmQ3Oj+ogPDH+RCShYan2GR8qzhK7WAq+JhRwWe7iAP6Y43gx5vQ=="}
[1m[36mUser Load (2.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/ Completed 302 Found in 14ms (ActiveRecord: 3.1ms)
Started GET “/” for 127.0.0.1 at 2018-03-16 14:52:52 +0200 Processing by StaticPagesController#Welcome as HTML Completed 401 Unauthorized in 1ms (ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-16 14:52:52 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (1.9ms) Rendered devise/sessions/new.html.erb within layouts/application (11.0ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 266ms (Views: 263.5ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-16 14:52:54 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"hjOwVXu0w6VvFZdMa7klbk+ah8T1QT26ofKHDT4Z2dWCyq0lUHCd7o6tx+OhEIYXQ88BYb9HIT6VffVXm0S71g==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ?[0m [["current_sign_in_at", "2018-03-16 12:52:54.496103"], ["last_sign_in_at", "2018-03-16 12:52:49.414568"], ["sign_in_count", 4], ["updated_at", "2018-03-16 12:52:54.497552"], ["id", 2]]
[1m[35m (2.6ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/ Completed 302 Found in 218ms (ActiveRecord: 3.7ms)
Started GET “/” for 127.0.0.1 at 2018-03-16 14:52:54 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 237ms (Views: 233.4ms | ActiveRecord: 0.3ms)
Started GET “/” for 127.0.0.1 at 2018-03-16 17:20:19 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (6.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (40.0ms) Rendered layouts/_navigation.html.erb (4.2ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 968ms (Views: 896.0ms | ActiveRecord: 6.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-16 17:20:23 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (11.1ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (63.7ms) Rendered layouts/_navigation.html.erb (2.0ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 521ms (Views: 382.2ms | ActiveRecord: 7.1ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 17:20:24 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 17:20:24 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 17:20:25 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 17:53:17 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (9.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (27.5ms) [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (89.9ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 1424ms (Views: 1312.6ms | ActiveRecord: 14.8ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 17:53:19 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 17:53:20 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 17:53:21 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2018-03-16 17:53:25 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 546ms (Views: 528.8ms | ActiveRecord: 2.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-16 17:53:57 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (183.0ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (216.4ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (1.6ms)
Completed 200 OK in 1152ms (Views: 1090.3ms | ActiveRecord: 11.2ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 17:53:59 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 17:54:00 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 17:54:00 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 17:54:21 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (5.5ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (22.2ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 470ms (Views: 450.8ms | ActiveRecord: 8.4ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 17:54:22 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 17:54:23 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 17:54:23 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 18:23:57 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (6.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (38.7ms) [1m[36mExpense Exists (1.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (101.3ms) Rendered layouts/_navigation.html.erb (10.2ms) Rendered layouts/_messages.html.erb (6.0ms)
Completed 200 OK in 925ms (Views: 829.0ms | ActiveRecord: 11.4ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 18:23:59 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 18:24:00 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 18:24:01 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2018-03-16 22:14:44 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (10.5ms)
Completed 401 Unauthorized in 2912ms (ActiveRecord: 1.8ms)
Sprockets::FileNotFound - couldn't find file 'bootstrap-datepicker' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/javascripts/application.js:20:in `' app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb__4607445211498960795_70234268720700'
Started POST “/__better_errors/4301b58e16e6f0f3/variables” for 127.0.0.1 at 2018-03-16 22:14:48 +0200 Started GET “/” for 127.0.0.1 at 2018-03-16 22:35:23 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.9ms) Rendered layouts/_navigation.html.erb (2.5ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 20797ms (Views: 20722.1ms | ActiveRecord: 3.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-16 22:37:38 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (12.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (593.3ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (636.5ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 1952ms (Views: 1679.2ms | ActiveRecord: 19.2ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 22:37:40 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 22:37:41 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 22:37:42 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 22:40:37 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (5.8ms) Rendered expenses/index.html.erb within layouts/application (13.9ms)
Completed 401 Unauthorized in 84ms (ActiveRecord: 4.5ms)
SyntaxError - syntax error, unexpected => …form.text_field :date, class => datepicker );@output_buffer.… … ^:
app/views/expenses/_form.html.erb:22:in `' app/views/expenses/index.html.erb:13:in `_app_views_expenses_index_html_erb__605210245385050907_70107682587660'
Started POST “/__better_errors/e27ca7edd3bdd9be/variables” for 127.0.0.1 at 2018-03-16 22:40:37 +0200
[1m[36mExpense Load (3.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-16 22:40:55 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] Rendered expenses/_form.html.erb (819.1ms) Rendered expenses/index.html.erb within layouts/application (822.8ms)
Completed 401 Unauthorized in 857ms (ActiveRecord: 7.7ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
NameError - undefined local variable or method `datepicker' for #<#<Class:0x007f8661cc90e0>:0x007f8665b04828> Did you mean? date_field:
app/views/expenses/_form.html.erb:22:in `block in _app_views_expenses__form_html_erb__280717306205241027_70107604379120' app/views/expenses/_form.html.erb:1:in `_app_views_expenses__form_html_erb__280717306205241027_70107604379120' app/views/expenses/index.html.erb:13:in `_app_views_expenses_index_html_erb__605210245385050907_70107604202240'
Started POST “/__better_errors/213bfd071a75d2d2/variables” for 127.0.0.1 at 2018-03-16 22:40:56 +0200
[1m[36mExpense Load (2.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-16 22:41:10 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (6.8ms) [1m[36mExpense Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (15.0ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (0.5ms)
Completed 200 OK in 12467ms (Views: 12448.8ms | ActiveRecord: 3.0ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 22:41:23 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 22:41:24 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 22:41:24 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 22:44:23 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (6.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] Rendered expenses/_form.html.erb (1487.5ms) Rendered expenses/index.html.erb within layouts/application (1496.9ms)
Completed 401 Unauthorized in 1579ms (ActiveRecord: 9.5ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
NameError - undefined local variable or method `f' for #<#<Class:0x007f8661cc90e0>:0x007f866f7583a0>:
app/views/expenses/_form.html.erb:21:in `block in _app_views_expenses__form_html_erb__280717306205241027_70107691522960' app/views/expenses/_form.html.erb:1:in `_app_views_expenses__form_html_erb__280717306205241027_70107691522960' app/views/expenses/index.html.erb:13:in `_app_views_expenses_index_html_erb__605210245385050907_70107686160140'
Started POST “/__better_errors/21e5a0eb09360ff4/variables” for 127.0.0.1 at 2018-03-16 22:44:26 +0200
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-16 22:44:43 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (3.5ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (1.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (13.2ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 881ms (Views: 869.2ms | ActiveRecord: 4.0ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 22:44:44 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 22:44:45 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 22:44:45 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 22:45:36 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (21.0ms) [1m[36mExpense Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (39.5ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 1333ms (Views: 1268.1ms | ActiveRecord: 5.6ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 22:45:38 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 22:45:39 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 22:45:39 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 22:48:32 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (14.8ms) [1m[36mExpense Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (33.0ms) Rendered layouts/_navigation.html.erb (2.5ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 1382ms (Views: 1330.3ms | ActiveRecord: 5.4ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 22:48:33 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 22:48:34 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 22:48:35 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 22:49:10 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (3.8ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (13.8ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.html.erb (3.2ms)
Completed 200 OK in 902ms (Views: 889.2ms | ActiveRecord: 3.1ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 22:49:11 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 22:49:12 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 22:49:12 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started POST “/expenses” for 127.0.0.1 at 2018-03-16 22:49:15 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"QgMTe6pqOg2tFxeFipatsBya5T6GPMIvewuc5P7bMGyQc/hRNGm8kY96hi5cARzVES4UiozFdhzIh0edWbcIFw==", "expense"=>{"line"=>"", "date"=>"adsfja sf", "AccountName"=>"", "Description"=>"", "Expense"=>"", "due_date"=>""}, "button"=>""}
[1m[36mUser Load (1.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Unpermitted parameters: :date, :due_date
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (2.3ms)[0m [1m[32mINSERT INTO "expenses" ("line", "AccountName", "Description", "Expense", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["line", ""], ["AccountName", ""], ["Description", ""], ["Expense", ""], ["created_at", "2018-03-16 20:49:15.417307"], ["updated_at", "2018-03-16 20:49:15.417307"], ["user_id", 2]]
[1m[35m (3.4ms)[0m [1m[36mcommit transaction[0m
Redirected to Completed 401 Unauthorized in 41ms (ActiveRecord: 7.6ms)
ActionController::ActionControllerError - Cannot redirect to nil!:
app/controllers/expenses_controller.rb:44:in `block (2 levels) in create' app/controllers/expenses_controller.rb:42:in `create'
Started POST “/__better_errors/0745587bfda05186/variables” for 127.0.0.1 at 2018-03-16 22:49:15 +0200
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 22:49:19 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 22:49:19 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 22:49:20 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 22:52:08 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (22.4ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (38.7ms) Rendered layouts/_navigation.html.erb (3.1ms) Rendered layouts/_messages.html.erb (2.0ms)
Completed 200 OK in 1340ms (Views: 1291.3ms | ActiveRecord: 6.1ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 22:52:10 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 22:52:11 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 22:52:11 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 22:52:36 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (3.7ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (13.8ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 911ms (Views: 900.2ms | ActiveRecord: 3.2ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 22:52:37 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 22:52:38 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 22:52:39 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 22:52:58 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (3.6ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (12.5ms) Rendered layouts/_navigation.html.erb (2.0ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 956ms (Views: 950.2ms | ActiveRecord: 0.9ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 22:52:59 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 22:53:00 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 22:53:00 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 22:57:44 +0200
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (437.7ms) [1m[36mExpense Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (462.8ms)
Completed 401 Unauthorized in 13741ms (ActiveRecord: 3.3ms)
Sprockets::FileNotFound - couldn't find file 'rails-ujs.' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/javascripts/application.js:16:in `' app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb___6679795735942946_70295650937720'
Started POST “/__better_errors/b9caae97de6cb2ca/variables” for 127.0.0.1 at 2018-03-16 22:57:58 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-16 22:59:50 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (467.4ms) [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (506.1ms)
Completed 401 Unauthorized in 14169ms (ActiveRecord: 9.7ms)
Sprockets::FileNotFound - couldn't find file 'rails-ujs.' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/javascripts/application.js:16:in `' app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb___2451558169571837648_70106307410680'
Started POST “/__better_errors/2534eec0eea3cb01/variables” for 127.0.0.1 at 2018-03-16 23:00:05 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-16 23:01:27 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (29.6ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (4.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (66.1ms)
Completed 401 Unauthorized in 413ms (ActiveRecord: 10.7ms)
Sprockets::FileNotFound - couldn't find file 'jquery-ujs' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/javascripts/application.js:16:in `' app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb___2451558169571837648_70106402593740'
Started POST “/__better_errors/ac31f9afe98bdb66/variables” for 127.0.0.1 at 2018-03-16 23:01:28 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-16 23:07:08 +0200
[1m[35m (2.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (492.9ms) [1m[36mExpense Exists (6.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (4.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (524.0ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 6357ms (Views: 6186.8ms | ActiveRecord: 14.1ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 23:07:15 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 23:07:16 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 23:07:16 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 23:08:02 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (44.0ms) [1m[36mExpense Exists (0.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (5.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (77.6ms) Rendered layouts/_navigation.html.erb (5.3ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 1321ms (Views: 1240.0ms | ActiveRecord: 8.8ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 23:08:04 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 23:08:05 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 23:08:06 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 23:09:31 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (19.8ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (43.3ms) Rendered layouts/_navigation.html.erb (2.1ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 906ms (Views: 850.2ms | ActiveRecord: 8.3ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 23:09:32 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 23:09:33 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 23:09:34 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 23:10:19 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (4.4ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (20.2ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 658ms (Views: 643.1ms | ActiveRecord: 5.5ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 23:10:20 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 23:10:21 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 23:10:21 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 23:12:45 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (17.9ms) [1m[36mExpense Exists (1.0ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (41.0ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 874ms (Views: 814.0ms | ActiveRecord: 8.5ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 23:12:46 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 23:12:47 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 23:12:47 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 23:13:03 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (5.6ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (22.1ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 596ms (Views: 585.3ms | ActiveRecord: 5.5ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 23:13:04 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 23:13:04 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 23:13:05 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 23:13:17 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (3.5ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (16.3ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 477ms (Views: 465.4ms | ActiveRecord: 4.9ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 23:13:18 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 23:13:18 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 23:13:19 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 23:14:20 +0200
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (443.1ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (469.8ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 4936ms (Views: 4779.6ms | ActiveRecord: 6.7ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 23:14:26 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 23:14:26 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 23:14:27 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 23:14:36 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (3.3ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (15.7ms) Rendered layouts/_navigation.html.erb (2.3ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 459ms (Views: 445.0ms | ActiveRecord: 5.3ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 23:14:37 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 23:14:37 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 23:14:38 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 23:15:53 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (7.9ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (20.1ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 847ms (Views: 814.5ms | ActiveRecord: 1.7ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 23:15:54 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 23:15:55 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 23:15:55 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 23:17:43 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (17.0ms) [1m[36mExpense Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (38.9ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 1145ms (Views: 1098.3ms | ActiveRecord: 7.7ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 23:17:45 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 23:17:46 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 23:17:46 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 23:20:18 +0200
[1m[35m (4.9ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (443.0ms) [1m[36mExpense Exists (4.8ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (475.3ms)
Completed 401 Unauthorized in 1694ms (ActiveRecord: 11.8ms)
Sprockets::FileNotFound - couldn't find file 'bootstrap-datepicker3' with type 'text/css' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/momentjs-rails-2.17.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/stylesheets/application.scss:12:in `' app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb__2070511199582964509_70236813102880'
Started POST “/__better_errors/992c3829cdf35675/variables” for 127.0.0.1 at 2018-03-16 23:20:20 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-16 23:22:08 +0200
[1m[35m (2.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (407.0ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (430.0ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 16309ms (Views: 16146.1ms | ActiveRecord: 9.4ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-16 23:22:25 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-16 23:22:26 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-16 23:22:26 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-16 23:23:01 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (4.3ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (19.7ms) Rendered layouts/_navigation.html.erb (1.9ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 11743ms (Views: 11727.5ms | ActiveRecord: 8.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-17 00:26:44 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (21.1ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (53.0ms) Rendered layouts/_navigation.html.erb (2.4ms) Rendered layouts/_messages.html.erb (2.0ms)
Completed 200 OK in 670ms (Views: 605.3ms | ActiveRecord: 11.2ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-17 00:40:19 +0200
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (427.2ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (454.5ms)
Completed 401 Unauthorized in 7306ms (ActiveRecord: 10.7ms)
Sass::SyntaxError - File to import not found or unreadable: bootstrap-datetimepicker. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/momentjs-rails-2.17.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets: app/assets/stylesheets/application.scss:22:in `' app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb___1910004138465330306_70202802112260'
Started POST “/__better_errors/f577c0a7369ec93f/variables” for 127.0.0.1 at 2018-03-17 00:40:27 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-17 00:41:49 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (13.0ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (34.5ms)
Completed 401 Unauthorized in 5586ms (ActiveRecord: 8.9ms)
Sass::SyntaxError - File to import not found or unreadable: bootstrap-datetimepicker. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/momentjs-rails-2.17.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets: app/assets/stylesheets/application.scss:22:in `' app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb___1910004138465330306_70202800195240'
Started POST “/__better_errors/bb9bfe335d1629fd/variables” for 127.0.0.1 at 2018-03-17 00:41:55 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-17 00:42:50 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (441.2ms) [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (474.6ms)
Completed 401 Unauthorized in 6536ms (ActiveRecord: 9.4ms)
Sass::SyntaxError - File to import not found or unreadable: bootstrap-datetimepicker. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/momentjs-rails-2.17.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets: app/assets/stylesheets/application.scss:22:in `' app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb__748680057244639420_70204957451280'
Started POST “/__better_errors/d610440139b3f915/variables” for 127.0.0.1 at 2018-03-17 00:42:57 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-17 00:44:32 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (15.3ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (36.4ms)
Completed 401 Unauthorized in 12665ms (ActiveRecord: 9.9ms)
Sprockets::FileNotFound - couldn't find file 'bootstrap-datetimepicker' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/momentjs-rails-2.17.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/javascripts/application.js:21:in `' app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb__748680057244639420_70205037846240'
Started POST “/__better_errors/57b003311060fe1d/variables” for 127.0.0.1 at 2018-03-17 00:44:45 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-17 00:45:28 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (10.9ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (36.2ms)
Completed 401 Unauthorized in 217ms (ActiveRecord: 10.8ms)
Sprockets::FileNotFound - couldn't find file 'bootstrap-datetimepicker' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/momentjs-rails-2.17.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/javascripts/application.js:21:in `' app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb__748680057244639420_70205041409120'
Started POST “/__better_errors/9fb8ca120501dbdf/variables” for 127.0.0.1 at 2018-03-17 00:45:29 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-17 00:45:39 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (6.1ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (17.7ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 2724ms (Views: 2715.5ms | ActiveRecord: 0.8ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-17 00:46:10 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (4.8ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (15.2ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 303ms (Views: 294.6ms | ActiveRecord: 0.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-17 00:46:29 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (6.7ms) [1m[36mExpense Exists (0.7ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (21.0ms)
Completed 401 Unauthorized in 5387ms (ActiveRecord: 1.6ms)
Sass::SyntaxError - File to import not found or unreadable: node_modules. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/momentjs-rails-2.17.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets: app/assets/stylesheets/application.scss:22:in `' app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb__748680057244639420_70204996773520'
Started POST “/__better_errors/5fbbf5e2ef6f521a/variables” for 127.0.0.1 at 2018-03-17 00:46:34 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-17 00:46:48 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (4.2ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (21.7ms)
Completed 401 Unauthorized in 4611ms (ActiveRecord: 8.1ms)
Sass::SyntaxError - File to import not found or unreadable: node_modules/bootstrap-datetimepicker. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/momentjs-rails-2.17.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets: app/assets/stylesheets/application.scss:22:in `' app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb__748680057244639420_70205015674420'
Started POST “/__better_errors/d8b469bee0e3471f/variables” for 127.0.0.1 at 2018-03-17 00:46:53 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-17 00:52:00 +0200
[1m[35m (5.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (424.2ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (456.8ms)
Completed 401 Unauthorized in 7526ms (ActiveRecord: 9.6ms)
Sass::SyntaxError - File to import not found or unreadable: node_modules/bootstrap-datetimepicker. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/momentjs-rails-2.17.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets: app/assets/stylesheets/application.scss:22:in `' app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb___82046945531916383_70139971294700'
Started POST “/__better_errors/a11c575f36b5e187/variables” for 127.0.0.1 at 2018-03-17 00:52:09 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-17 00:52:28 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (4.5ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (20.5ms)
Completed 401 Unauthorized in 5338ms (ActiveRecord: 7.9ms)
Sass::SyntaxError - File to import not found or unreadable: bootstrap-datetimepicker. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/momentjs-rails-2.17.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets: app/assets/stylesheets/application.scss:22:in `' app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb___82046945531916383_70139986812120'
Started POST “/__better_errors/3e40ea8ecf4d4350/variables” for 127.0.0.1 at 2018-03-17 00:52:34 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-17 00:53:02 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (14.6ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (35.2ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 14466ms (Views: 14430.0ms | ActiveRecord: 8.9ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-datetimepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started POST “/expenses” for 127.0.0.1 at 2018-03-17 00:53:55 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Gsc3XoPfT+O414C+28z+6QYtAM5bHVs7cyjq+rOcQCXIt9x0HdzJf5q6ERUNW0+MC5nxelHk7wjApDGDFPB4Xg==", "expense"=>{"line"=>"wgat", "date"=>"is ", "AccountName"=>"this ", "Description"=>"in thei ", "Expense"=>"", "due_date"=>""}, "button"=>""}
[1m[36mUser Load (3.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Unpermitted parameters: :date, :due_date
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (3.9ms)[0m [1m[32mINSERT INTO "expenses" ("line", "AccountName", "Description", "Expense", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["line", "wgat"], ["AccountName", "this "], ["Description", "in thei "], ["Expense", ""], ["created_at", "2018-03-16 22:53:55.672560"], ["updated_at", "2018-03-16 22:53:55.672560"], ["user_id", 2]]
[1m[35m (3.8ms)[0m [1m[36mcommit transaction[0m
Redirected to Completed 401 Unauthorized in 49ms (ActiveRecord: 11.3ms)
ActionController::ActionControllerError - Cannot redirect to nil!:
app/controllers/expenses_controller.rb:44:in `block (2 levels) in create' app/controllers/expenses_controller.rb:42:in `create'
Started POST “/__better_errors/c34837a1fd87e0f8/variables” for 127.0.0.1 at 2018-03-17 00:53:55 +0200
[1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/” for 127.0.0.1 at 2018-03-17 17:17:18 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.9ms)
Started GET “/” for 127.0.0.1 at 2018-03-17 17:17:23 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms)
Completed 401 Unauthorized in 10731ms (ActiveRecord: 3.9ms)
Completed 401 Unauthorized in 6084ms (ActiveRecord: 0.5ms)
Sass::SyntaxError - File to import not found or unreadable: bootstrap-datetimepicker. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/momentjs-rails-2.17.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets: app/assets/stylesheets/application.scss:22:in `' app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb___1403364306526311179_70312341343580'
Sass::SyntaxError - File to import not found or unreadable: bootstrap-datetimepicker. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-datepicker-rails-1.7.1.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/momentjs-rails-2.17.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets: app/assets/stylesheets/application.scss:22:in `' app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb___1403364306526311179_70312403028140'
Started POST “/__better_errors/5b2bb56b6f0ec49c/variables” for 127.0.0.1 at 2018-03-17 17:17:30 +0200 Started GET “/” for 127.0.0.1 at 2018-03-17 17:18:33 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (1.2ms) Rendered layouts/_navigation.html.erb (2.5ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 14245ms (Views: 14233.0ms | ActiveRecord: 0.8ms)
Started GET “/” for 127.0.0.1 at 2018-03-17 17:21:40 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (4.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (2.8ms) Rendered layouts/_navigation.html.erb (4.5ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 428ms (Views: 376.9ms | ActiveRecord: 4.3ms)
Started GET “/” for 127.0.0.1 at 2018-03-17 17:24:56 +0200
[1m[35m (2.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.3ms) Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 15098ms (Views: 15027.5ms | ActiveRecord: 3.5ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-17 17:25:50 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (4.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.6ms) Rendered layouts/_navigation.html.erb (4.3ms) Rendered layouts/_messages.html.erb (2.1ms)
Completed 200 OK in 313ms (Views: 266.6ms | ActiveRecord: 4.3ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-17 17:25:52 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (0.5ms)
Completed 200 OK in 148ms (Views: 143.5ms | ActiveRecord: 0.3ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-17 17:25:53 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (384.3ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (420.7ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 687ms (Views: 581.1ms | ActiveRecord: 6.5ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-17 17:30:02 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (24.7ms) [1m[36mExpense Exists (2.8ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (53.6ms)
Completed 401 Unauthorized in 2061ms (ActiveRecord: 9.8ms)
Sass::SyntaxError - File to import not found or unreadable: patternfly-spro ckets. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/momentjs-rails-2.17.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets: app/assets/stylesheets/application.scss:20:in `' app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb___2784944989163063061_70340230810760'
Started POST “/__better_errors/04b998020ffc14be/variables” for 127.0.0.1 at 2018-03-17 17:30:05 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-17 17:30:23 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (5.0ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (22.7ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 12096ms (Views: 12080.4ms | ActiveRecord: 6.5ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-17 17:30:44 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (3.6ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (22.1ms) Rendered layouts/_navigation.html.erb (0.9ms) Rendered layouts/_messages.html.erb (0.5ms)
Completed 200 OK in 145ms (Views: 127.6ms | ActiveRecord: 5.8ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-17 17:35:32 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (383.8ms) [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (426.4ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 2989ms (Views: 2826.2ms | ActiveRecord: 9.5ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-17 17:37:13 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (21.5ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (50.2ms)
Completed 401 Unauthorized in 5807ms (ActiveRecord: 10.7ms)
Sass::SyntaxError - File to import not found or unreadable: boostrap-datetimepicker. Load paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/momentjs-rails-2.17.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Users/musochilimboyi/CashFlosum/node_modules /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets: app/assets/stylesheets/application.scss:22:in `' app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb___1063322217742624334_70138786614620'
Started POST “/__better_errors/2994562a5488d4bc/variables” for 127.0.0.1 at 2018-03-17 17:37:19 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-17 17:37:32 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (5.0ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (23.2ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.html.erb (1.9ms)
Completed 200 OK in 13282ms (Views: 13265.2ms | ActiveRecord: 7.3ms)
ActionController::RoutingError (No route matches [GET] “/assets/boostrap-datetimepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-17 17:38:50 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (37.5ms) [1m[36mExpense Exists (4.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (5.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (107.5ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 1378ms (Views: 1291.8ms | ActiveRecord: 14.2ms)
ActionController::RoutingError (No route matches [GET] “/assets/boostrap-datetimepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-17 17:39:45 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (18.7ms) [1m[36mExpense Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (43.1ms) Rendered layouts/_navigation.html.erb (2.6ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 369ms (Views: 317.7ms | ActiveRecord: 7.4ms)
ActionController::RoutingError (No route matches [GET] “/assets/boostrap-datetimepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-17 17:41:05 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (24.4ms) [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (58.8ms) Rendered layouts/_navigation.html.erb (2.3ms) Rendered layouts/_messages.html.erb (1.7ms)
Completed 200 OK in 701ms (Views: 637.9ms | ActiveRecord: 9.5ms)
ActionController::RoutingError (No route matches [GET] “/assets/boostrap-datetimepicker.css”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-17 17:41:24 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (3.5ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (1.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (14.5ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 12125ms (Views: 12115.3ms | ActiveRecord: 3.4ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-17 17:49:12 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (10.1ms) Rendered expenses/index.html.erb within layouts/application (27.9ms)
Completed 401 Unauthorized in 173ms (ActiveRecord: 4.7ms)
SyntaxError - syntax error, unexpected tIDENTIFIER, expecting ')' …“, class: ”input-group-date“ id: 'datetimepicker') do @outpu… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:34: syntax error, unexpected ')', expecting keyword_end …oup-date” id: 'datetimepicker') do @output_buffer.safe_appen… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:84: syntax error, unexpected keyword_ensure, expecting end-of-input:
app/views/expenses/_form.html.erb:34:in `' app/views/expenses/index.html.erb:16:in `_app_views_expenses_index_html_erb__3498605417518016512_70138824929980'
Started POST “/__better_errors/eef100a1c64d0413/variables” for 127.0.0.1 at 2018-03-17 17:49:12 +0200
[1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-17 17:50:34 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (9.5ms) Rendered expenses/index.html.erb within layouts/application (20.7ms)
Completed 401 Unauthorized in 96ms (ActiveRecord: 4.3ms)
SyntaxError - syntax error, unexpected tLABEL …e;@output_buffer.append= (type: “text”, class: “input-group-… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:34: syntax error, unexpected ',', expecting ')' …t_buffer.append= (type: ”text“, class: ”input-group-date“ id… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:34: syntax error, unexpected tIDENTIFIER, expecting ')' …”, class: “input-group-date” id: 'datetimepicker') do @outpu… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:34: syntax error, unexpected keyword_do, expecting keyword_end …-date“ id: 'datetimepicker') do @output_buffer.safe_append=' … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:86: syntax error, unexpected keyword_ensure, expecting end-of-input:
app/views/expenses/_form.html.erb:34:in `' app/views/expenses/index.html.erb:16:in `_app_views_expenses_index_html_erb__3498605417518016512_70138828533300'
Started POST “/__better_errors/9dc5842a1deb2a8c/variables” for 127.0.0.1 at 2018-03-17 17:50:35 +0200
[1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-17 17:51:42 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (8.9ms) Rendered expenses/index.html.erb within layouts/application (21.0ms)
Completed 401 Unauthorized in 99ms (ActiveRecord: 4.2ms)
SyntaxError - syntax error, unexpected tIDENTIFIER, expecting ')' …“, class: ”input-group-date“ id: 'datetimepicker') do @outpu… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:34: syntax error, unexpected ')', expecting keyword_end …oup-date” id: 'datetimepicker') do @output_buffer.safe_appen… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:86: syntax error, unexpected keyword_ensure, expecting end-of-input:
app/views/expenses/_form.html.erb:34:in `' app/views/expenses/index.html.erb:16:in `_app_views_expenses_index_html_erb__3498605417518016512_70138806448560'
Started POST “/__better_errors/e4e2e409e0900a99/variables” for 127.0.0.1 at 2018-03-17 17:51:42 +0200
[1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-17 17:52:46 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (3.5ms) Rendered expenses/index.html.erb within layouts/application (7.4ms)
Completed 401 Unauthorized in 31ms (ActiveRecord: 0.2ms)
SyntaxError - syntax error, unexpected tIDENTIFIER, expecting ')' …“, class: ”input-group-date“ id: 'datetimepicker') do @outpu… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:34: syntax error, unexpected ')', expecting keyword_end …oup-date” id: 'datetimepicker') do @output_buffer.safe_appen… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:86: syntax error, unexpected keyword_ensure, expecting end-of-input:
app/views/expenses/_form.html.erb:34:in `' app/views/expenses/index.html.erb:16:in `_app_views_expenses_index_html_erb__3498605417518016512_70138823821880'
Started POST “/__better_errors/0981aae7586f10ff/variables” for 127.0.0.1 at 2018-03-17 17:52:47 +0200
[1m[36mExpense Load (1.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-17 20:16:49 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (8.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (21.4ms) Rendered expenses/index.html.erb within layouts/application (55.2ms)
Completed 401 Unauthorized in 187ms (ActiveRecord: 8.0ms)
SyntaxError - syntax error, unexpected tIDENTIFIER, expecting ')' …“, class: ”input-group-date“ id: 'datetimepicker') do @outpu… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:34: syntax error, unexpected ')', expecting keyword_end …oup-date” id: 'datetimepicker') do @output_buffer.safe_appen… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:42: syntax error, unexpected keyword_class, expecting ')' …_tag :input, type: 'text' class: 'form-control');@output_buf… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:86: syntax error, unexpected keyword_ensure, expecting end-of-input:
app/views/expenses/_form.html.erb:34:in `' app/views/expenses/index.html.erb:16:in `_app_views_expenses_index_html_erb__3498605417518016512_70138765694760'
Started POST “/__better_errors/41c07cdd464682d4/variables” for 127.0.0.1 at 2018-03-17 20:16:49 +0200
[1m[36mExpense Load (5.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-17 20:17:31 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (8.8ms) Rendered expenses/index.html.erb within layouts/application (29.1ms)
Completed 401 Unauthorized in 111ms (ActiveRecord: 3.9ms)
SyntaxError - syntax error, unexpected tIDENTIFIER, expecting ')' …“, class: ”input-group-date“ id: 'datetimepicker') do @outpu… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:34: syntax error, unexpected ')', expecting keyword_end …oup-date” id: 'datetimepicker') do @output_buffer.safe_appen… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:42: syntax error, unexpected keyword_class, expecting ')' …_tag :input, type: 'text' class: 'form-control');@output_buf… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:86: syntax error, unexpected keyword_ensure, expecting end-of-input:
app/views/expenses/_form.html.erb:34:in `' app/views/expenses/index.html.erb:16:in `_app_views_expenses_index_html_erb__3498605417518016512_70138802460540'
Started POST “/__better_errors/92d860122e48bd0f/variables” for 127.0.0.1 at 2018-03-17 20:17:32 +0200
[1m[36mExpense Load (4.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/images/tooltip_arrow.png” for 127.0.0.1 at 2018-03-17 20:23:39 +0200 Started GET “/images/article-expand.png” for 127.0.0.1 at 2018-03-17 20:23:39 +0200
Started GET “/images/article-contract.png” for 127.0.0.1 at 2018-03-17 20:23:39 +0200
ActionController::RoutingError (No route matches [GET] “/images/tooltip_arrow.png”): ActionController::RoutingError (No route matches [GET] “/images/article-expand.png”):
ActionController::RoutingError (No route matches [GET] “/images/article-contract.png”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-17 20:45:32 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (12.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] Rendered expenses/_form.html.erb (1996.5ms) Rendered expenses/index.html.erb within layouts/application (2031.9ms)
Completed 401 Unauthorized in 2182ms (ActiveRecord: 16.1ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
NameError - undefined local variable or method `f' for #<#<Class:0x007f94e828a620>:0x007f94f3ba1ac8>:
app/views/expenses/_form.html.erb:31:in `block in _app_views_expenses__form_html_erb___1146874301104727627_70138840467000' app/views/expenses/_form.html.erb:11:in `_app_views_expenses__form_html_erb___1146874301104727627_70138840467000' app/views/expenses/index.html.erb:16:in `_app_views_expenses_index_html_erb__3498605417518016512_70138860475240'
Started POST “/__better_errors/bd9b704dc7b0b523/variables” for 127.0.0.1 at 2018-03-17 20:45:35 +0200
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-17 20:45:43 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (8.8ms) [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (23.4ms) Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 299ms (Views: 277.1ms | ActiveRecord: 8.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-17 20:46:38 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (22.1ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (43.3ms) Rendered layouts/_navigation.html.erb (2.3ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 427ms (Views: 366.9ms | ActiveRecord: 9.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-17 20:49:11 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] Rendered expenses/_form.html.erb (1407.8ms) Rendered expenses/index.html.erb within layouts/application (1415.9ms)
Completed 401 Unauthorized in 1475ms (ActiveRecord: 8.9ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
NameError - undefined local variable or method `f' for #<#<Class:0x007f94e828a620>:0x007f94f2394ea8>:
app/views/expenses/_form.html.erb:31:in `block in _app_views_expenses__form_html_erb___1146874301104727627_70138875561960' app/views/expenses/_form.html.erb:11:in `_app_views_expenses__form_html_erb___1146874301104727627_70138875561960' app/views/expenses/index.html.erb:16:in `_app_views_expenses_index_html_erb__3498605417518016512_70138847866200'
Started POST “/__better_errors/988647475ef632c5/variables” for 127.0.0.1 at 2018-03-17 20:49:14 +0200
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-17 20:49:27 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] Rendered expenses/_form.html.erb (1358.3ms) Rendered expenses/index.html.erb within layouts/application (1366.7ms)
Completed 401 Unauthorized in 1441ms (ActiveRecord: 4.9ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
NameError - undefined local variable or method `f' for #<#<Class:0x007f94e828a620>:0x007f94e8b312d8>:
app/views/expenses/_form.html.erb:35:in `block in _app_views_expenses__form_html_erb___1146874301104727627_70138799925320' app/views/expenses/_form.html.erb:11:in `_app_views_expenses__form_html_erb___1146874301104727627_70138799925320' app/views/expenses/index.html.erb:16:in `_app_views_expenses_index_html_erb__3498605417518016512_70138767971940'
Started POST “/__better_errors/44babda229ccc9ef/variables” for 127.0.0.1 at 2018-03-17 20:49:29 +0200
[1m[36mExpense Load (0.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-17 20:49:38 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (3.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] Rendered expenses/_form.html.erb (1081.9ms) Rendered expenses/index.html.erb within layouts/application (1091.0ms)
Completed 401 Unauthorized in 1184ms (ActiveRecord: 10.4ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
NoMethodError - undefined method `error_span' for #<ActionView::Helpers::FormBuilder:0x007f94f18284e8>:
app/views/expenses/_form.html.erb:35:in `block in _app_views_expenses__form_html_erb___1146874301104727627_70138842106880' app/views/expenses/_form.html.erb:11:in `_app_views_expenses__form_html_erb___1146874301104727627_70138842106880' app/views/expenses/index.html.erb:16:in `_app_views_expenses_index_html_erb__3498605417518016512_70138856212920'
Started POST “/__better_errors/d4eedc4ee47b7fdd/variables” for 127.0.0.1 at 2018-03-17 20:49:40 +0200
[1m[36mExpense Load (0.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-17 20:52:13 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (14.9ms) [1m[36mExpense Exists (0.8ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (38.2ms) Rendered layouts/_navigation.html.erb (2.5ms) Rendered layouts/_messages.html.erb (1.8ms)
Completed 200 OK in 418ms (Views: 362.0ms | ActiveRecord: 5.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-17 21:42:58 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (8.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (17.6ms) Rendered expenses/index.html.erb within layouts/application (39.9ms)
Completed 401 Unauthorized in 140ms (ActiveRecord: 8.4ms)
SyntaxError - syntax error, unexpected keyword_class, expecting ')' … :date, content_tag(:span class:'input-group-addon' ) );@out… … ^
- /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:33: syntax error, unexpected ')', expecting &. or
-
or '[' or '.'
…pan class:'input-group-addon' ) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:36: syntax error, unexpected keyword_end, expecting ')' /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:49: syntax error, unexpected keyword_end, expecting ')' '.freeze; end
^
/Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:60: syntax error, unexpected keyword_ensure, expecting ')' /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:62: syntax error, unexpected keyword_end, expecting ')':
app/views/expenses/_form.html.erb:33:in `' app/views/expenses/index.html.erb:16:in `_app_views_expenses_index_html_erb__3498605417518016512_70138829677140'
Started POST “/__better_errors/d3692474223377d7/variables” for 127.0.0.1 at 2018-03-17 21:42:59 +0200
[1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-17 21:43:11 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (3.2ms) Rendered expenses/index.html.erb within layouts/application (11.4ms)
Completed 401 Unauthorized in 39ms (ActiveRecord: 2.2ms)
SyntaxError - syntax error, unexpected tSYMBEG, expecting keyword_do or '{' or '(' …text_field :date, content_tag :span class:'input-group-addon… … ^
- /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:33: syntax error, unexpected ')', expecting &. or
-
or '[' or '.'
…an class:'input-group-addon' );@output_buffer.safe_append=' … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:36: syntax error, unexpected keyword_end, expecting ')' /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:49: syntax error, unexpected keyword_end, expecting ')' '.freeze; end
^
/Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:60: syntax error, unexpected keyword_ensure, expecting ')' /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:62: syntax error, unexpected keyword_end, expecting ')':
app/views/expenses/_form.html.erb:33:in `' app/views/expenses/index.html.erb:16:in `_app_views_expenses_index_html_erb__3498605417518016512_70138802913760'
Started POST “/__better_errors/83dfb3e911c2b47e/variables” for 127.0.0.1 at 2018-03-17 21:43:11 +0200
[1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-17 23:06:42 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (6.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (9.1ms) Rendered expenses/index.html.erb within layouts/application (25.8ms)
Completed 401 Unauthorized in 145ms (ActiveRecord: 6.4ms)
SyntaxError - syntax error, unexpected keyword_ensure, expecting end-of-input:
app/views/expenses/_form.html.erb:62:in `' app/views/expenses/index.html.erb:16:in `_app_views_expenses_index_html_erb__3498605417518016512_70138844301200'
Started POST “/__better_errors/ace21ce6078a15b1/variables” for 127.0.0.1 at 2018-03-17 23:06:43 +0200
[1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-17 23:06:54 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (22.8ms) Rendered expenses/index.html.erb within layouts/application (29.3ms)
Completed 401 Unauthorized in 77ms (ActiveRecord: 0.5ms)
NoMethodError - undefined method `merge' for #<ActiveSupport::SafeBuffer:0x007f94f1829b40>:
app/views/expenses/_form.html.erb:33:in `block in _app_views_expenses__form_html_erb___1146874301104727627_70138838014620' app/views/expenses/_form.html.erb:11:in `_app_views_expenses__form_html_erb___1146874301104727627_70138838014620' app/views/expenses/index.html.erb:16:in `_app_views_expenses_index_html_erb__3498605417518016512_70138826777680'
Started POST “/__better_errors/f28725150dec5b7d/variables” for 127.0.0.1 at 2018-03-17 23:06:55 +0200
[1m[36mExpense Load (1.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-17 23:07:42 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (16.1ms) Rendered expenses/index.html.erb within layouts/application (21.8ms)
Completed 401 Unauthorized in 64ms (ActiveRecord: 0.4ms)
NoMethodError - undefined method `merge' for #<ActiveSupport::SafeBuffer:0x007f94f13efca0>:
app/views/expenses/_form.html.erb:33:in `block in _app_views_expenses__form_html_erb___1146874301104727627_70138868819740' app/views/expenses/_form.html.erb:11:in `_app_views_expenses__form_html_erb___1146874301104727627_70138868819740' app/views/expenses/index.html.erb:16:in `_app_views_expenses_index_html_erb__3498605417518016512_70138841598760'
Started POST “/__better_errors/fe6d44b53952548b/variables” for 127.0.0.1 at 2018-03-17 23:07:42 +0200
[1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:12:52 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (23.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (35.5ms) Rendered expenses/index.html.erb within layouts/application (113.7ms)
Completed 401 Unauthorized in 636ms (ActiveRecord: 23.2ms)
SyntaxError - syntax error, unexpected '=' …=( form.text_field :date,class=“form-control” “<span class='… … ^:
app/views/expenses/_form.html.erb:33:in `' app/views/expenses/index.html.erb:16:in `_app_views_expenses_index_html_erb__3498605417518016512_70138807652780'
Started POST “/__better_errors/f504e50c7f29a145/variables” for 127.0.0.1 at 2018-03-18 01:12:54 +0200
[1m[36mExpense Load (3.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:13:04 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (8.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (4.3ms) Rendered expenses/index.html.erb within layouts/application (27.9ms)
Completed 401 Unauthorized in 118ms (ActiveRecord: 8.3ms)
SyntaxError - syntax error, unexpected ':', expecting ')' …fer.append=( form.label :date :class => 'control-label col-l… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:33: syntax error, unexpected '=' …=( form.text_field :date,class=“form-control” “<span class='… … ^:
app/views/expenses/_form.html.erb:31:in `' app/views/expenses/index.html.erb:16:in `_app_views_expenses_index_html_erb__3498605417518016512_70138830143220'
Started POST “/__better_errors/81cf57e803550fd8/variables” for 127.0.0.1 at 2018-03-18 01:13:05 +0200
[1m[36mExpense Load (5.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:13:38 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (29.7ms) Rendered expenses/index.html.erb within layouts/application (55.7ms)
Completed 401 Unauthorized in 171ms (ActiveRecord: 3.7ms)
SyntaxError - syntax error, unexpected keyword_class, expecting ')' …append=( form.label :date class: 'control-label col-lg-2' );… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:33: syntax error, unexpected '=' …=( form.text_field :date,class=“form-control” “<span class='… … ^:
app/views/expenses/_form.html.erb:31:in `' app/views/expenses/index.html.erb:16:in `_app_views_expenses_index_html_erb__3498605417518016512_70138802963280'
Started POST “/__better_errors/904a0f9f885dd90b/variables” for 127.0.0.1 at 2018-03-18 01:13:39 +0200
[1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:13:52 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (6.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (5.5ms) Rendered expenses/index.html.erb within layouts/application (14.6ms)
Completed 401 Unauthorized in 70ms (ActiveRecord: 6.9ms)
SyntaxError - syntax error, unexpected '=' …=( form.text_field :date,class=“form-control” “<span class='… … ^:
app/views/expenses/_form.html.erb:33:in `' app/views/expenses/index.html.erb:16:in `_app_views_expenses_index_html_erb__3498605417518016512_70138827019840'
Started POST “/__better_errors/543430ae533642b6/variables” for 127.0.0.1 at 2018-03-18 01:13:53 +0200
[1m[36mExpense Load (2.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:14:03 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (2.4ms) Rendered expenses/index.html.erb within layouts/application (11.8ms)
Completed 401 Unauthorized in 46ms (ActiveRecord: 2.4ms)
SyntaxError - syntax error, unexpected '=' …( form.text_field :date, class=“form-control” “<span class='… … ^:
app/views/expenses/_form.html.erb:33:in `' app/views/expenses/index.html.erb:16:in `_app_views_expenses_index_html_erb__3498605417518016512_70138766656380'
Started POST “/__better_errors/76267794417ae30a/variables” for 127.0.0.1 at 2018-03-18 01:14:03 +0200
[1m[36mExpense Load (2.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:14:16 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (34.5ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (79.9ms) Rendered layouts/_navigation.html.erb (2.9ms) Rendered layouts/_messages.html.erb (1.6ms)
Completed 200 OK in 912ms (Views: 846.9ms | ActiveRecord: 9.2ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:15:42 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (24.8ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (58.7ms) Rendered layouts/_navigation.html.erb (3.0ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 643ms (Views: 588.8ms | ActiveRecord: 10.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:16:39 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (7.1ms) Rendered expenses/index.html.erb within layouts/application (31.2ms)
Completed 401 Unauthorized in 115ms (ActiveRecord: 4.2ms)
SyntaxError - syntax error, unexpected keyword_ensure, expecting end-of-input:
app/views/expenses/_form.html.erb:61:in `' app/views/expenses/index.html.erb:16:in `_app_views_expenses_index_html_erb__3498605417518016512_70138803914260'
Started POST “/__better_errors/3f0b121912815519/variables” for 127.0.0.1 at 2018-03-18 01:16:39 +0200
[1m[36mExpense Load (3.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:16:52 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (13.7ms) [1m[36mExpense Exists (2.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (45.0ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 727ms (Views: 701.2ms | ActiveRecord: 7.8ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:18:00 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (10.1ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (43.9ms) Rendered layouts/_navigation.html.erb (3.7ms) Rendered layouts/_messages.html.erb (1.9ms)
Completed 200 OK in 569ms (Views: 491.1ms | ActiveRecord: 9.2ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:18:56 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (10.4ms) [1m[36mExpense Exists (5.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (37.3ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 519ms (Views: 364.2ms | ActiveRecord: 11.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:19:36 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (12.9ms) [1m[36mExpense Exists (1.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (1.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (40.9ms) Rendered layouts/_navigation.html.erb (2.9ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 477ms (Views: 428.9ms | ActiveRecord: 6.8ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:21:36 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (25.0ms) [1m[36mExpense Exists (1.8ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (65.6ms) Rendered layouts/_navigation.html.erb (5.4ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 526ms (Views: 455.5ms | ActiveRecord: 9.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:24:31 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (18.8ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (58.1ms) Rendered layouts/_navigation.html.erb (2.1ms) Rendered layouts/_messages.html.erb (5.0ms)
Completed 200 OK in 507ms (Views: 441.1ms | ActiveRecord: 10.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:26:47 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (34.1ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (97.4ms) Rendered layouts/_navigation.html.erb (2.0ms) Rendered layouts/_messages.html.erb (2.2ms)
Completed 200 OK in 672ms (Views: 611.4ms | ActiveRecord: 9.8ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:27:22 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (9.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (22.4ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (71.5ms) Rendered layouts/_navigation.html.erb (2.9ms) Rendered layouts/_messages.html.erb (1.9ms)
Completed 200 OK in 582ms (Views: 519.2ms | ActiveRecord: 14.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:30:07 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (7.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (31.7ms) [1m[36mExpense Exists (1.7ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (157.2ms) Rendered layouts/_navigation.html.erb (8.1ms) Rendered layouts/_messages.html.erb (3.9ms)
Completed 200 OK in 873ms (Views: 712.2ms | ActiveRecord: 12.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:30:31 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (39.3ms) [1m[36mExpense Exists (1.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (71.6ms) Rendered layouts/_navigation.html.erb (8.9ms) Rendered layouts/_messages.html.erb (4.3ms)
Completed 200 OK in 693ms (Views: 644.9ms | ActiveRecord: 8.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:35:27 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (133.2ms) [1m[36mExpense Exists (2.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (175.9ms) Rendered layouts/_navigation.html.erb (2.6ms) Rendered layouts/_messages.html.erb (12.5ms)
Completed 200 OK in 640ms (Views: 581.9ms | ActiveRecord: 9.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:36:12 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (22.2ms) [1m[36mExpense Exists (1.7ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (54.2ms) Rendered layouts/_navigation.html.erb (6.1ms) Rendered layouts/_messages.html.erb (8.7ms)
Completed 200 OK in 540ms (Views: 467.0ms | ActiveRecord: 8.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:36:38 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (48.0ms) Rendered expenses/index.html.erb within layouts/application (60.2ms)
Completed 401 Unauthorized in 155ms (ActiveRecord: 5.3ms)
SyntaxError - syntax error, unexpected keyword_class, expecting ')' … :line, id: :expense_line class: “form-control” );@output_bu… … ^:
app/views/expenses/_form.html.erb:26:in `' app/views/expenses/index.html.erb:16:in `_app_views_expenses_index_html_erb__3498605417518016512_70138831299240'
Started POST “/__better_errors/a249048858e01877/variables” for 127.0.0.1 at 2018-03-18 01:36:39 +0200
[1m[36mExpense Load (2.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:36:53 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (13.3ms) [1m[36mExpense Exists (1.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (29.2ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 231ms (Views: 211.5ms | ActiveRecord: 7.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:37:40 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (11.1ms) [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (36.8ms) Rendered layouts/_navigation.html.erb (5.4ms) Rendered layouts/_messages.html.erb (1.7ms)
Completed 200 OK in 439ms (Views: 390.7ms | ActiveRecord: 9.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:37:58 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (4.8ms) [1m[36mExpense Exists (2.1ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (22.1ms) Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.html.erb (9.0ms)
Completed 200 OK in 400ms (Views: 348.1ms | ActiveRecord: 9.2ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:38:14 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (12.7ms) [1m[36mExpense Exists (3.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (32.0ms) Rendered layouts/_navigation.html.erb (3.8ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 590ms (Views: 573.7ms | ActiveRecord: 7.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:38:44 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (10.9ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (31.3ms) Rendered layouts/_navigation.html.erb (2.7ms) Rendered layouts/_messages.html.erb (4.6ms)
Completed 200 OK in 349ms (Views: 298.8ms | ActiveRecord: 9.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:39:40 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (39.9ms) [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (74.5ms) Rendered layouts/_navigation.html.erb (9.4ms) Rendered layouts/_messages.html.erb (16.5ms)
Completed 200 OK in 542ms (Views: 491.3ms | ActiveRecord: 8.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:39:54 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (18.1ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (34.3ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 362ms (Views: 350.9ms | ActiveRecord: 1.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:40:02 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (14.1ms) [1m[36mExpense Exists (3.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (35.1ms) Rendered layouts/_navigation.html.erb (4.9ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 247ms (Views: 230.7ms | ActiveRecord: 8.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:40:33 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (28.6ms) Rendered expenses/index.html.erb within layouts/application (32.2ms)
Completed 401 Unauthorized in 58ms (ActiveRecord: 0.4ms)
NoMethodError - undefined method `+' for :line:Symbol:
app/views/expenses/_form.html.erb:24:in `block in _app_views_expenses__form_html_erb___1146874301104727627_70138806912600' app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb___1146874301104727627_70138806912600' app/views/expenses/index.html.erb:16:in `_app_views_expenses_index_html_erb__3498605417518016512_70138825833040'
Started POST “/__better_errors/b668d41af39eea07/variables” for 127.0.0.1 at 2018-03-18 01:40:33 +0200
[1m[36mExpense Load (1.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:40:53 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (20.0ms) [1m[36mExpense Exists (2.8ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (51.4ms) Rendered layouts/_navigation.html.erb (6.3ms) Rendered layouts/_messages.html.erb (3.8ms)
Completed 200 OK in 438ms (Views: 373.0ms | ActiveRecord: 9.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:42:30 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (22.2ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (59.6ms) Rendered layouts/_navigation.html.erb (5.5ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 408ms (Views: 349.7ms | ActiveRecord: 10.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:42:46 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (3.4ms) [1m[36mExpense Exists (1.8ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (22.7ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (4.9ms)
Completed 200 OK in 288ms (Views: 271.3ms | ActiveRecord: 7.8ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:43:52 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (7.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (32.1ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (51.7ms) Rendered layouts/_navigation.html.erb (2.0ms) Rendered layouts/_messages.html.erb (8.6ms)
Completed 200 OK in 332ms (Views: 281.5ms | ActiveRecord: 12.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:44:09 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (3.8ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (16.6ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (7.9ms)
Completed 200 OK in 231ms (Views: 221.2ms | ActiveRecord: 0.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:45:31 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (14.9ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (43.1ms) Rendered layouts/_navigation.html.erb (5.8ms) Rendered layouts/_messages.html.erb (7.9ms)
Completed 200 OK in 456ms (Views: 403.5ms | ActiveRecord: 9.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:50:34 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (15.2ms) Rendered expenses/index.html.erb within layouts/application (36.8ms)
Completed 401 Unauthorized in 106ms (ActiveRecord: 4.3ms)
SyntaxError - syntax error, unexpected ')' …nd=( form.label 'Account: ' , );@output_buffer.safe_append=' … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:45: syntax error, unexpected ')' … form.label 'Description: ' , );@output_buffer.safe_append=' … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:51: syntax error, unexpected ')' …end=( form.label 'Amount: ' , );@output_buffer.safe_append=' … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:60: syntax error, unexpected keyword_end, expecting ')' '.freeze; end ;
^
/Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:62: syntax error, unexpected keyword_ensure, expecting ')' /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:64: syntax error, unexpected keyword_end, expecting ')':
app/views/expenses/_form.html.erb:40:in `' app/views/expenses/index.html.erb:16:in `_app_views_expenses_index_html_erb__3498605417518016512_70138758601340'
Started POST “/__better_errors/e3ad758c8be1580d/variables” for 127.0.0.1 at 2018-03-18 01:50:34 +0200
[1m[36mExpense Load (2.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:51:23 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (55.9ms) [1m[36mExpense Exists (3.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (89.0ms) Rendered layouts/_navigation.html.erb (2.2ms) Rendered layouts/_messages.html.erb (4.8ms)
Completed 200 OK in 554ms (Views: 484.7ms | ActiveRecord: 11.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:54:04 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (22.5ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (52.0ms) Rendered layouts/_navigation.html.erb (2.4ms) Rendered layouts/_messages.html.erb (4.7ms)
Completed 200 OK in 506ms (Views: 442.7ms | ActiveRecord: 9.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:54:22 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (15.0ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (33.0ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 550ms (Views: 533.3ms | ActiveRecord: 8.2ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:54:53 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (20.0ms) [1m[36mExpense Exists (1.8ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (43.9ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 13722ms (Views: 13674.1ms | ActiveRecord: 9.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:56:11 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (25.4ms) [1m[36mExpense Exists (3.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (5.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (71.1ms) Rendered layouts/_navigation.html.erb (2.5ms) Rendered layouts/_messages.html.erb (2.0ms)
Completed 200 OK in 583ms (Views: 512.3ms | ActiveRecord: 13.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 01:56:35 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (4.4ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (20.6ms) Rendered layouts/_navigation.html.erb (4.4ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 246ms (Views: 228.7ms | ActiveRecord: 8.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 02:17:47 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (7.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (19.7ms) [1m[36mExpense Exists (1.1ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (66.8ms) Rendered layouts/_navigation.html.erb (4.7ms) Rendered layouts/_messages.html.erb (2.7ms)
Completed 200 OK in 560ms (Views: 477.2ms | ActiveRecord: 12.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 02:23:56 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (14.4ms) [1m[36mExpense Exists (0.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (34.8ms) Rendered layouts/_navigation.html.erb (2.1ms) Rendered layouts/_messages.html.erb (2.1ms)
Completed 200 OK in 715ms (Views: 672.9ms | ActiveRecord: 4.1ms)
Started GET “/” for 127.0.0.1 at 2018-03-18 02:32:51 +0200
[1m[35m (1.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (1.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (7.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 02:32:53 +0200
Rendered layouts/_navigation.html.erb (2.4ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 17067ms (Views: 16950.2ms | ActiveRecord: 2.9ms)
Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (395.7ms) [1m[36mExpense Exists (2.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (422.4ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 645ms (Views: 552.3ms | ActiveRecord: 11.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 02:36:41 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (33.3ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (77.8ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 989ms (Views: 910.6ms | ActiveRecord: 10.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 03:38:08 +0200
[1m[35m (3.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (476.2ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (518.1ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 5282ms (Views: 5073.9ms | ActiveRecord: 9.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 03:38:35 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (15.8ms) [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (36.1ms) Rendered layouts/_navigation.html.erb (2.9ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 321ms (Views: 265.8ms | ActiveRecord: 9.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 03:42:08 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (14.3ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (41.2ms) Rendered layouts/_navigation.html.erb (2.6ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 14101ms (Views: 14049.9ms | ActiveRecord: 8.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 03:44:20 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (7.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (25.5ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (60.1ms) Rendered layouts/_navigation.html.erb (4.0ms) Rendered layouts/_messages.html.erb (2.0ms)
Completed 200 OK in 738ms (Views: 687.2ms | ActiveRecord: 12.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 03:45:13 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (27.7ms) [1m[36mExpense Exists (2.1ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (5.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (60.7ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 553ms (Views: 481.3ms | ActiveRecord: 11.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 03:50:19 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (6.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (43.2ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (73.8ms) Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 24228ms (Views: 24174.9ms | ActiveRecord: 11.9ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 03:58:21 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (21.7ms) [1m[36mExpense Exists (3.1ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (68.6ms) Rendered layouts/_navigation.html.erb (3.7ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 27444ms (Views: 27366.7ms | ActiveRecord: 11.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:00:03 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (30.6ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (68.9ms) Rendered layouts/_navigation.html.erb (2.6ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 15874ms (Views: 15804.7ms | ActiveRecord: 9.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:01:34 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (7.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (24.0ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (56.1ms) Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 13367ms (Views: 13309.0ms | ActiveRecord: 12.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:04:34 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (17.0ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (47.3ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 15339ms (Views: 15280.1ms | ActiveRecord: 11.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:08:25 +0200
[1m[35m (2.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (465.0ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (489.6ms) Rendered layouts/_navigation.html.erb (12.0ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 17549ms (Views: 17373.2ms | ActiveRecord: 8.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:15:27 +0200
[1m[35m (2.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (382.8ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (412.9ms) Rendered layouts/_navigation.html.erb (2.0ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 16549ms (Views: 16394.7ms | ActiveRecord: 9.4ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:16:55 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (15.6ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (39.4ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 1363ms (Views: 1309.3ms | ActiveRecord: 9.8ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:17:44 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (14.3ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (37.4ms)
Completed 401 Unauthorized in 164ms (ActiveRecord: 10.0ms)
Sass::SyntaxError - Invalid CSS after “…ort 'bootstrap'”: expected selector or at-rule, was “@import ”patter…“:
app/assets/stylesheets/application.scss:20:in `' app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb__3468827315020611423_70107882890820'
Started POST “/__better_errors/e72c46fec0abcf78/variables” for 127.0.0.1 at 2018-03-18 04:17:44 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:17:55 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (4.2ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (15.1ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 13613ms (Views: 13602.4ms | ActiveRecord: 1.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:18:38 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (26.1ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (5.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (65.2ms) Rendered layouts/_navigation.html.erb (3.3ms) Rendered layouts/_messages.html.erb (2.1ms)
Completed 200 OK in 550ms (Views: 494.0ms | ActiveRecord: 11.2ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:18:54 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (6.7ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (18.8ms) Rendered layouts/_navigation.html.erb (2.2ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 260ms (Views: 246.8ms | ActiveRecord: 1.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:19:51 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (4.5ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (14.8ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 13247ms (Views: 13237.3ms | ActiveRecord: 0.9ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:20:05 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:20:06 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:20:07 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:20:24 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (4.3ms) [1m[36mExpense Exists (2.1ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (20.1ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 237ms (Views: 219.9ms | ActiveRecord: 8.4ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:20:25 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:20:26 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:20:26 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:21:32 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (3.7ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (17.0ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 233ms (Views: 225.8ms | ActiveRecord: 0.8ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:21:32 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:21:33 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:21:34 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:21:37 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (6.2ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (14.8ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 260ms (Views: 254.3ms | ActiveRecord: 0.8ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:21:37 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:21:38 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:21:38 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:22:27 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (28.6ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (1.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (57.8ms) Rendered layouts/_navigation.html.erb (2.1ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 538ms (Views: 492.0ms | ActiveRecord: 3.5ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:22:28 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:22:28 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:22:29 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expense” for 127.0.0.1 at 2018-03-18 04:24:05 +0200
ActionController::RoutingError (No route matches [GET] “/expense”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expense” for 127.0.0.1 at 2018-03-18 04:24:12 +0200
ActionController::RoutingError (No route matches [GET] “/expense”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2018-03-18 04:24:13 +0200 Processing by StaticPagesController#Welcome as HTML Completed 401 Unauthorized in 17ms (ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-18 04:24:13 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (6.8ms) Rendered devise/sessions/new.html.erb within layouts/application (49.4ms)
Started GET “/” for 127.0.0.1 at 2018-03-18 04:24:13 +0200 Processing by StaticPagesController#Welcome as HTML Completed 401 Unauthorized in 1ms (ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-18 04:24:13 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (1.9ms) Rendered devise/sessions/new.html.erb within layouts/application (90.6ms) Rendered layouts/_navigation.html.erb (1.9ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (1.4ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 824ms (Views: 805.9ms | ActiveRecord: 0.0ms)
Completed 200 OK in 369ms (Views: 366.8ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-18 04:24:25 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"3KcIgpce1DxkGq57Bfqzcgd5MeSmf78s7+pWijhcKMZBDznIruwXZOxeuNIk7pvXQl2SqcmLM7s9BNi5uweTyA==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (8.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 287ms (ActiveRecord: 8.7ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"3KcIgpce1DxkGq57Bfqzcgd5MeSmf78s7+pWijhcKMZBDznIruwXZOxeuNIk7pvXQl2SqcmLM7s9BNi5uweTyA==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (9.2ms)
Rendered devise/sessions/new.html.erb within layouts/application (35.5ms)
Rendered layouts/_navigation.html.erb (2.5ms)
Rendered layouts/_messages.html.erb (2.4ms)
Completed 200 OK in 640ms (Views: 465.5ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-18 04:24:33 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"F3hUForpI7UOOV+iSkuG5EmLdSY8I5nTSDJAQHSSHWyK0GVcsxvg7YZ9SQtrX65BDK/Wa1PXFUSa3M5z98mmYg==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (3.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[33mUPDATE "users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ?[0m [["current_sign_in_at", "2018-03-18 02:24:33.406018"], ["last_sign_in_at", "2018-03-16 12:52:54.496103"], ["sign_in_count", 5], ["updated_at", "2018-03-18 02:24:33.414432"], ["id", 2]]
[1m[35m (4.4ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/ Completed 302 Found in 226ms (ActiveRecord: 8.1ms)
Started GET “/” for 127.0.0.1 at 2018-03-18 04:24:33 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.9ms) Rendered layouts/_navigation.html.erb (2.3ms) Rendered layouts/_messages.html.erb (1.5ms)
Completed 200 OK in 332ms (Views: 324.8ms | ActiveRecord: 0.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:24:36 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (31.3ms) [1m[36mExpense Exists (2.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (65.8ms) Rendered layouts/_navigation.html.erb (2.2ms) Rendered layouts/_messages.html.erb (1.8ms)
Completed 200 OK in 515ms (Views: 443.5ms | ActiveRecord: 6.8ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:24:36 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:24:37 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:24:38 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.svg” for 127.0.0.1 at 2018-03-18 04:24:38 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.svg”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:28:08 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (31.4ms) [1m[36mExpense Exists (6.9ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (74.4ms) Rendered layouts/_navigation.html.erb (2.3ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 13713ms (Views: 13648.1ms | ActiveRecord: 12.1ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:28:22 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:28:23 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:28:24 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:29:09 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (34.2ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (83.6ms) Rendered layouts/_navigation.html.erb (2.0ms) Rendered layouts/_messages.html.erb (2.0ms)
Completed 200 OK in 912ms (Views: 842.5ms | ActiveRecord: 7.9ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:29:11 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:29:12 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:29:13 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:29:37 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (3.8ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (15.0ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 206ms (Views: 193.5ms | ActiveRecord: 1.0ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:29:38 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap-select.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:29:40 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:29:40 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:32:19 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (17.3ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (4.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (48.9ms)
Completed 401 Unauthorized in 153ms (ActiveRecord: 8.2ms)
Sass::SyntaxError - Invalid CSS after “…rt 'datatables'”: expected selector or at-rule, was “@import ”patter…“:
app/assets/stylesheets/application.scss:21:in `' app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb__3468827315020611423_70107983338840'
Started POST “/__better_errors/0b5bc48d98ab5b6a/variables” for 127.0.0.1 at 2018-03-18 04:32:19 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:32:32 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (5.4ms) [1m[36mExpense Exists (2.1ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (26.0ms) Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 15936ms (Views: 15910.6ms | ActiveRecord: 6.1ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:32:49 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:32:50 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:32:50 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:32:51 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:32:51 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:32:52 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:34:08 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (11.9ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (33.7ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 312ms (Views: 290.8ms | ActiveRecord: 6.2ms)
Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:34:08 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:34:10 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:34:10 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:34:11 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:34:11 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:34:12 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:35:25 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (4.0ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (20.4ms) Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 5403ms (Views: 5387.5ms | ActiveRecord: 5.8ms)
Started GET “/fonts/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:35:31 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:35:31 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:35:32 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:35:32 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:35:33 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:35:33 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:37:13 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (9.6ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (30.6ms) Rendered layouts/_navigation.html.erb (3.0ms) Rendered layouts/_messages.html.erb (2.1ms)
Completed 200 OK in 665ms (Views: 618.7ms | ActiveRecord: 6.5ms)
Started GET “/fonts/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:37:14 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:37:15 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:37:16 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:37:16 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:37:17 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:37:17 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:37:45 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (16.7ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (43.2ms) Rendered layouts/_navigation.html.erb (3.9ms) Rendered layouts/_messages.html.erb (3.4ms)
Completed 200 OK in 315ms (Views: 274.7ms | ActiveRecord: 7.8ms)
Started GET “/fonts/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:37:45 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:37:47 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:37:48 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:37:48 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:37:49 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:37:49 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:40:08 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (16.4ms) [1m[36mExpense Exists (2.9ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (45.0ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 5941ms (Views: 5884.0ms | ActiveRecord: 9.3ms)
Started GET “/fonts/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:40:14 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:40:16 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:40:16 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:40:17 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:40:18 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:40:18 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:40:33 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (3.3ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (19.1ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 146ms (Views: 134.2ms | ActiveRecord: 5.7ms)
Started GET “/fonts/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:40:34 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:40:35 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:40:36 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:40:36 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:40:37 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:40:38 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:42:15 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (13.2ms) [1m[36mExpense Exists (2.7ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (64.6ms) Rendered layouts/_navigation.html.erb (2.8ms) Rendered layouts/_messages.html.erb (1.9ms)
Completed 200 OK in 422ms (Views: 359.4ms | ActiveRecord: 7.5ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
Started GET “/fonts/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:42:17 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:42:20 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:42:21 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:42:22 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:42:22 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:42:23 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:42:23 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (49.0ms) [1m[36mExpense Exists (3.1ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (4.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (78.5ms) Rendered layouts/_navigation.html.erb (1.9ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 354ms (Views: 302.3ms | ActiveRecord: 9.9ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:42:25 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:42:26 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:42:27 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:42:28 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:42:29 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:42:29 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2018-03-18 04:43:11 +0200
[1m[35m (2.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.8ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 3668ms (Views: 3562.5ms | ActiveRecord: 3.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:43:15 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (330.2ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (354.7ms) Rendered layouts/_navigation.html.erb (0.9ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 588ms (Views: 443.0ms | ActiveRecord: 7.4ms)
Started GET “/fonts/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:43:16 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:43:17 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:43:17 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff2” for 127.0.0.1 at 2018-03-18 04:43:18 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff2”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.woff” for 127.0.0.1 at 2018-03-18 04:43:18 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.woff”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/fonts/bootstrap/glyphicons-halflings-regular.ttf” for 127.0.0.1 at 2018-03-18 04:43:19 +0200
ActionController::RoutingError (No route matches [GET] “/fonts/bootstrap/glyphicons-halflings-regular.ttf”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:44:28 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (7.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (33.6ms) [1m[36mExpense Exists (1.8ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (58.5ms) Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 5373ms (Views: 5314.5ms | ActiveRecord: 11.6ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:45:05 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (31.8ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (58.6ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 5848ms (Views: 5785.2ms | ActiveRecord: 9.2ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:46:27 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (18.3ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (52.1ms) Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 5505ms (Views: 5442.7ms | ActiveRecord: 9.5ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:47:31 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (14.9ms) [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (42.7ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 4777ms (Views: 4720.9ms | ActiveRecord: 8.9ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:48:13 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (3.0ms) [1m[36mExpense Exists (0.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (17.3ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 4839ms (Views: 4822.1ms | ActiveRecord: 6.4ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:49:10 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (4.5ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (23.2ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 5096ms (Views: 5075.0ms | ActiveRecord: 7.6ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:49:27 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (11.0ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (22.6ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 4578ms (Views: 4567.5ms | ActiveRecord: 1.1ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:49:49 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (3.7ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (20.5ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 4628ms (Views: 4611.8ms | ActiveRecord: 8.3ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:50:50 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (10.9ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (33.0ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 5362ms (Views: 5316.8ms | ActiveRecord: 9.3ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:51:07 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (3.0ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (15.0ms) Rendered layouts/_navigation.html.erb (0.9ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 4325ms (Views: 4316.3ms | ActiveRecord: 0.9ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:51:26 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (4.3ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (16.9ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 4776ms (Views: 4765.9ms | ActiveRecord: 1.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:51:59 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (4.6ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (23.4ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 4752ms (Views: 4732.8ms | ActiveRecord: 8.2ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:52:20 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (5.0ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (15.9ms)
Completed 401 Unauthorized in 81ms (ActiveRecord: 0.8ms)
Sass::SyntaxError - Invalid CSS after “ .”: expected “{”, was “}”:
app/assets/stylesheets/expenses.scss:13:in `' app/assets/stylesheets/application.scss:16:in `' app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb__598361420424930595_70180868982000'
Started POST “/__better_errors/f66bdf02eed9e1ba/variables” for 127.0.0.1 at 2018-03-18 04:52:20 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:52:26 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (3.3ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (13.9ms) Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 4742ms (Views: 4732.4ms | ActiveRecord: 1.3ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:53:25 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (7.5ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (35.1ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 5162ms (Views: 5129.7ms | ActiveRecord: 9.1ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:55:51 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (20.6ms) [1m[36mExpense Exists (3.0ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (56.5ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 8014ms (Views: 7943.5ms | ActiveRecord: 10.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 04:57:00 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (337.1ms) [1m[36mExpense Exists (1.0ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (364.2ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 4142ms (Views: 3990.7ms | ActiveRecord: 11.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 05:00:01 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (16.3ms) [1m[36mExpense Exists (3.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (1.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (40.4ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 7708ms (Views: 7651.8ms | ActiveRecord: 8.5ms)
Started GET “/” for 127.0.0.1 at 2018-03-18 20:37:04 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (13.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (36.5ms) Rendered layouts/_navigation.html.erb (10.4ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 1565ms (Views: 1375.7ms | ActiveRecord: 13.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-18 20:37:12 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (71.7ms) [1m[36mExpense Exists (4.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (149.9ms) Rendered layouts/_navigation.html.erb (2.5ms) Rendered layouts/_messages.html.erb (7.3ms)
Completed 200 OK in 488ms (Views: 431.3ms | ActiveRecord: 10.1ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-18 21:37:52 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (27.8ms) [1m[36mExpense Exists (1.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (68.0ms) Rendered layouts/_navigation.html.erb (9.5ms) Rendered layouts/_messages.html.erb (2.1ms)
Completed 200 OK in 1047ms (Views: 950.2ms | ActiveRecord: 8.8ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2018-03-19 00:23:22 +0200
[1m[35m (2.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-19 00:23:25 +0200 Completed 401 Unauthorized in 2146ms (ActiveRecord: 3.2ms)
Sass::SyntaxError - Invalid CSS after “…r') format('svg”: expected “{”, was “');”:
app/assets/stylesheets/application.scss:32:in `' app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb___692747410534000376_70337438576940'
Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (461.1ms) [1m[36mExpense Exists (4.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (498.5ms)
Completed 401 Unauthorized in 655ms (ActiveRecord: 8.7ms)
Sass::SyntaxError - Invalid CSS after “…r') format('svg”: expected “{”, was “');”:
app/assets/stylesheets/application.scss:32:in `' app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb___692747410534000376_70337438518920'
Started POST “/__better_errors/b391984a4aeae8cd/variables” for 127.0.0.1 at 2018-03-19 00:23:27 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-19 00:23:42 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (8.0ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (22.0ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 9871ms (Views: 9859.2ms | ActiveRecord: 0.9ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-19 00:27:28 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (20.4ms) [1m[36mExpense Exists (2.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (52.8ms) Rendered layouts/_navigation.html.erb (2.6ms) Rendered layouts/_messages.html.erb (1.6ms)
Completed 200 OK in 837ms (Views: 779.5ms | ActiveRecord: 10.7ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-19 00:28:07 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (7.7ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (25.9ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 202ms (Views: 178.7ms | ActiveRecord: 7.8ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-19 00:30:53 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (28.5ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (4.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (99.4ms) Rendered layouts/_navigation.html.erb (3.7ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 1003ms (Views: 946.9ms | ActiveRecord: 10.6ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-19 00:31:41 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (4.9ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (22.8ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 508ms (Views: 489.4ms | ActiveRecord: 8.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-19 00:33:00 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (4.1ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (15.0ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 924ms (Views: 913.6ms | ActiveRecord: 0.9ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-19 00:46:58 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (7.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (26.1ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (50.4ms) Rendered layouts/_navigation.html.erb (2.5ms) Rendered layouts/_messages.html.erb (2.9ms)
Completed 200 OK in 439ms (Views: 380.5ms | ActiveRecord: 12.5ms)
Started DELETE “/expenses/18” for 127.0.0.1 at 2018-03-19 00:47:01 +0200 Processing by ExpensesController#destroy as HTML
Parameters: {"authenticity_token"=>"z8Pg66fl61f0DwlAcyEiBC+u+4N6uX/88QxkSJDrYJgdswvBOeZty9ZimOultpNhIhoKN3BAy89CgL8xN4dY4w==", "id"=>"18"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 2], ["id", 18], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 18]]
[1m[35mSQL (2.6ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 2]]
[1m[35m (4.7ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 21ms (ActiveRecord: 8.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-19 00:47:01 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Completed 401 Unauthorized in 25ms (ActiveRecord: 0.5ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-19 00:47:02 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (3.1ms) Rendered devise/sessions/new.html.erb within layouts/application (45.2ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 170ms (Views: 162.9ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-19 00:47:04 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/h0HT2CU3wfqA9MRuBQFjrA2i2z3Tq2CmFxAnDO/GdIsbexl/pdZm8huQrpug7TrvYJ62P23GbEr0JvllNMhqQ==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 9ms (ActiveRecord: 0.3ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/h0HT2CU3wfqA9MRuBQFjrA2i2z3Tq2CmFxAnDO/GdIsbexl/pdZm8huQrpug7TrvYJ62P23GbEr0JvllNMhqQ==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (2.3ms)
Rendered devise/sessions/new.html.erb within layouts/application (11.7ms)
Rendered layouts/_navigation.html.erb (1.1ms)
Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 351ms (Views: 112.2ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-19 00:47:11 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"NepRkNR9gNuv7TO4Rqgw0I4GvkEzNKA0fJGLLMze2Kjnmrq6Sn4GR42AohOQP4G1g7JP9TnNFAfPHVBVa7Lg0w==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 4ms (ActiveRecord: 0.3ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"NepRkNR9gNuv7TO4Rqgw0I4GvkEzNKA0fJGLLMze2Kjnmrq6Sn4GR42AohOQP4G1g7JP9TnNFAfPHVBVa7Lg0w==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (2.5ms)
Rendered devise/sessions/new.html.erb within layouts/application (10.0ms)
Rendered layouts/_navigation.html.erb (1.1ms)
Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 270ms (Views: 108.3ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-19 00:47:22 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/qN2598obH2t3dV2TFtRW2E4z1YSsAwFB4leclft+iss053NQSvq4Y+wRN2azOA+bIw+4hhJuDa0BYUL8IHCUA==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 4ms (ActiveRecord: 0.6ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/qN2598obH2t3dV2TFtRW2E4z1YSsAwFB4leclft+iss053NQSvq4Y+wRN2azOA+bIw+4hhJuDa0BYUL8IHCUA==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (1.6ms)
Rendered devise/sessions/new.html.erb within layouts/application (6.6ms)
Rendered layouts/_navigation.html.erb (1.2ms)
Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 255ms (Views: 97.3ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-19 00:47:28 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"WUdr/kZymNrbHmwW+yv0vHpCmxq5rlD8IhxygU1+fOKLN4DU2HEeRvlz/b0tvEXZd/ZqrrNX5M+RkKn46hJEmQ==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 3ms (ActiveRecord: 0.3ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"WUdr/kZymNrbHmwW+yv0vHpCmxq5rlD8IhxygU1+fOKLN4DU2HEeRvlz/b0tvEXZd/ZqrrNX5M+RkKn46hJEmQ==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (1.4ms)
Rendered devise/sessions/new.html.erb within layouts/application (6.2ms)
Rendered layouts/_navigation.html.erb (1.4ms)
Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 246ms (Views: 88.7ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-19 00:47:34 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"z06MmN9tqsy2SxNiDS6aLNlU88TwClymEGYlpBMsjR8dPmeyQW4sUJQmgsnbuStJ1OACcPrz6JWj6v7dtEC1ZA==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 2ms (ActiveRecord: 0.3ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"z06MmN9tqsy2SxNiDS6aLNlU88TwClymEGYlpBMsjR8dPmeyQW4sUJQmgsnbuStJ1OACcPrz6JWj6v7dtEC1ZA==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (1.4ms)
Rendered devise/sessions/new.html.erb within layouts/application (6.4ms)
Rendered layouts/_navigation.html.erb (1.2ms)
Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 285ms (Views: 119.9ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-19 00:47:41 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"SSLkLnfGeVdqN7TUw0vr4g6kOVuB5ezL4Sx7cf56BoCbUg8E6cX/y0haJX8V3FqHAxDI74scWPhSoKAIWRY++w==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 2ms (ActiveRecord: 0.2ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"SSLkLnfGeVdqN7TUw0vr4g6kOVuB5ezL4Sx7cf56BoCbUg8E6cX/y0haJX8V3FqHAxDI74scWPhSoKAIWRY++w==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (1.5ms)
Rendered devise/sessions/new.html.erb within layouts/application (8.0ms)
Rendered layouts/_navigation.html.erb (0.8ms)
Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 261ms (Views: 90.4ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-19 00:47:48 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"MjX2HDcWZjcQlnQAGJUsFfb7edBfQuM9fqAaV1eUjkvgRR02qRXgqzL75avOAp1w+0+IZFW7Vw7NLMEu8Pi2MA==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 4ms (ActiveRecord: 0.4ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"MjX2HDcWZjcQlnQAGJUsFfb7edBfQuM9fqAaV1eUjkvgRR02qRXgqzL75avOAp1w+0+IZFW7Vw7NLMEu8Pi2MA==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (1.6ms)
Rendered devise/sessions/new.html.erb within layouts/application (8.4ms)
Rendered layouts/_navigation.html.erb (1.1ms)
Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 258ms (Views: 93.5ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-19 00:47:58 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"OboqUxWLXMtea4evJMcKfjfZUIER4shiTOf0yGahRnbrysF5i4jaV3wGFgTyULsbOm2hNRsbfFH/ay+xwc1+DQ==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 5ms (ActiveRecord: 0.4ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"OboqUxWLXMtea4evJMcKfjfZUIER4shiTOf0yGahRnbrysF5i4jaV3wGFgTyULsbOm2hNRsbfFH/ay+xwc1+DQ==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (5.2ms)
Rendered devise/sessions/new.html.erb within layouts/application (18.7ms)
Rendered layouts/_navigation.html.erb (1.0ms)
Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 299ms (Views: 132.3ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-19 00:48:03 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"VgfzP8Ie0VBb/CJDOoj5U3h0LRIdyivZjoPFiuf60sGEdxgVXB1XzHmRs+jsH0g2dcDcphczn+o9Dx7zQJbqug==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 3ms (ActiveRecord: 0.3ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"VgfzP8Ie0VBb/CJDOoj5U3h0LRIdyivZjoPFiuf60sGEdxgVXB1XzHmRs+jsH0g2dcDcphczn+o9Dx7zQJbqug==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (1.5ms)
Rendered devise/sessions/new.html.erb within layouts/application (9.4ms)
Rendered layouts/_navigation.html.erb (1.5ms)
Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 253ms (Views: 90.0ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-19 00:48:19 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"xKD6PUOFJqbMCx0Gtk7h7mz0IGSZMLqkLyPt3MeJHLAW0BEX3YagOu5mjK1g2VCLYUDR0JPJDpecrzalYOUkyw==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 4ms (ActiveRecord: 0.6ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"xKD6PUOFJqbMCx0Gtk7h7mz0IGSZMLqkLyPt3MeJHLAW0BEX3YagOu5mjK1g2VCLYUDR0JPJDpecrzalYOUkyw==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (2.1ms)
Rendered devise/sessions/new.html.erb within layouts/application (9.3ms)
Rendered layouts/_navigation.html.erb (2.2ms)
Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 306ms (Views: 149.4ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-19 00:48:25 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"VKwQ53MVgezvwyoQ/GZy708xsTFcDX/zpz+NQ0HREo2G3PvN7RYHcM2uu7sq8cOKQoVAhVb0y8AUs1Y65r0q9g==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 2ms (ActiveRecord: 0.2ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"VKwQ53MVgezvwyoQ/GZy708xsTFcDX/zpz+NQ0HREo2G3PvN7RYHcM2uu7sq8cOKQoVAhVb0y8AUs1Y65r0q9g==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (1.3ms)
Rendered devise/sessions/new.html.erb within layouts/application (6.4ms)
Rendered layouts/_navigation.html.erb (0.9ms)
Rendered layouts/_messages.html.erb (1.5ms)
Completed 200 OK in 250ms (Views: 89.2ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-19 00:48:29 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"wgYb0MA7yCZEL8uWQOYPU4bFAZr4L1WIPoy4lmclQzgQdvD6XjhOumZCWj2Wcb42i3HwLvLW4buNAGPvwEl7Qw==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 2ms (ActiveRecord: 0.2ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"wgYb0MA7yCZEL8uWQOYPU4bFAZr4L1WIPoy4lmclQzgQdvD6XjhOumZCWj2Wcb42i3HwLvLW4buNAGPvwEl7Qw==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (2.5ms)
Rendered devise/sessions/new.html.erb within layouts/application (10.7ms)
Rendered layouts/_navigation.html.erb (1.1ms)
Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 245ms (Views: 90.4ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-19 00:48:39 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"0AbWtFndVecAuhsJHXFrfYyLFq24udKkcRu0FCm0JKQCdj2ex97TeyLXiqLL5toYgT/nGbJAZpfCl29tjtgc3w==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 3ms (ActiveRecord: 0.4ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"0AbWtFndVecAuhsJHXFrfYyLFq24udKkcRu0FCm0JKQCdj2ex97TeyLXiqLL5toYgT/nGbJAZpfCl29tjtgc3w==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (1.5ms)
Rendered devise/sessions/new.html.erb within layouts/application (6.6ms)
Rendered layouts/_navigation.html.erb (1.8ms)
Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 246ms (Views: 88.6ms | ActiveRecord: 0.0ms)
[1m[35m (2.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (2.4ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (2.5ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (3.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (4.1ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (3.6ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "line" varchar, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer)[0m
[1m[35m (3.8ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (0.3ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (4.7ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (3.7ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.3ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (3.6ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (6.6ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (3.2ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20180311222744)[0m
[1m[35m (3.2ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
(20180311185712), (20180310151858), (20180310150946);
[0m
[1m[35m (4.0ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.1ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-03-18 22:49:06.019205"], ["updated_at", "2018-03-18 22:49:06.019205"]]
[1m[35m (2.7ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (5.8ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (0.5ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (1.3ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "line" varchar, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer)[0m
[1m[35m (1.4ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (3.2ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (3.5ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (3.4ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (3.5ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (3.2ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20180311222744)[0m
[1m[35m (4.1ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
(20180311185712), (20180310151858), (20180310150946);
[0m
[1m[35m (4.0ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-03-18 22:49:06.087340"], ["updated_at", "2018-03-18 22:49:06.087340"]]
[1m[35m (3.0ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (3.3ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2018-03-18 22:49:06.096178"], ["key", "environment"]]
[1m[35m (2.8ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-19 00:49:26 +0200
[1m[35m (3.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"0AbWtFndVecAuhsJHXFrfYyLFq24udKkcRu0FCm0JKQCdj2ex97TeyLXiqLL5toYgT/nGbJAZpfCl29tjtgc3w==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"}
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 51ms (ActiveRecord: 3.3ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"0AbWtFndVecAuhsJHXFrfYyLFq24udKkcRu0FCm0JKQCdj2ex97TeyLXiqLL5toYgT/nGbJAZpfCl29tjtgc3w==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (2.4ms)
Rendered devise/sessions/new.html.erb within layouts/application (68.4ms)
Rendered layouts/_navigation.html.erb (1.1ms)
Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 4294ms (Views: 4055.5ms | ActiveRecord: 0.0ms)
Started GET “/” for 127.0.0.1 at 2018-03-19 00:49:35 +0200 Processing by StaticPagesController#Welcome as HTML Completed 401 Unauthorized in 1ms (ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-19 00:49:35 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (2.8ms) Rendered devise/sessions/new.html.erb within layouts/application (10.5ms) Rendered layouts/_navigation.html.erb (0.9ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 128ms (Views: 125.3ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_up” for 127.0.0.1 at 2018-03-19 00:49:40 +0200 Processing by Devise::RegistrationsController#new as HTML
Rendering devise/registrations/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (1.4ms) Rendered devise/registrations/new.html.erb within layouts/application (11.5ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 107ms (Views: 104.0ms | ActiveRecord: 0.0ms)
Started POST “/users” for 127.0.0.1 at 2018-03-19 00:49:58 +0200 Processing by Devise::RegistrationsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"p2WX1j9BMaV3kPy2k0BbAq0Mf4wTJY8jskxDkSdUckV1FXz8oUK3OVX9bR1F1+pnoLiOOBncOxABwJjogDhKPg==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[36mUser Exists (2.6ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
Rendering devise/registrations/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (2.0ms)
Rendered devise/registrations/new.html.erb within layouts/application (9.4ms)
Rendered layouts/_navigation.html.erb (1.5ms)
Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 324ms (Views: 103.8ms | ActiveRecord: 2.9ms)
Started POST “/users” for 127.0.0.1 at 2018-03-19 00:50:10 +0200 Processing by Devise::RegistrationsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xv6xJvtcvjiYqc3INo8zXvhrGSKNWOVa8PghVf+sGzWMjloMZV84pLrEXGPgGII79d/oloehUWlDdPosWMAjTg==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[36mUser Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
[1m[35mSQL (3.4ms)[0m [1m[32mINSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["email", "musosum@gmail.com"], ["encrypted_password", "$2a$11$VNPbuh8qBZRtvqulF0vmHeVY7aQJ5IdSd1oWImIj3zpaE5FBveOWW"], ["created_at", "2018-03-18 22:50:10.915213"], ["updated_at", "2018-03-18 22:50:10.915213"]]
[1m[35m (3.3ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?[0m [["sign_in_count", 1], ["current_sign_in_at", "2018-03-18 22:50:10.924255"], ["last_sign_in_at", "2018-03-18 22:50:10.924255"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2018-03-18 22:50:10.925473"], ["id", 1]]
[1m[35m (2.7ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/ Completed 302 Found in 207ms (ActiveRecord: 10.1ms)
Started GET “/” for 127.0.0.1 at 2018-03-19 00:50:10 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.4ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 86ms (Views: 75.5ms | ActiveRecord: 0.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-19 00:50:13 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (4.8ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (13.5ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.html.erb (0.5ms)
Completed 200 OK in 192ms (Views: 97.5ms | ActiveRecord: 1.5ms)
[1m[35m (2.9ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Migrating to CreateCategories (20180318225917)
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (0.8ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35mSQL (3.6ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20180318225917"]]
[1m[35m (4.5ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (2.8ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_user_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_user_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_reset_password_token' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_reset_password_token' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Migrating to AddColumnToExpenses (20180318232100)
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (3.3ms)[0m [1m[35mALTER TABLE "expenses" ADD "category_id" integer[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_user_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_user_id' AND type='index'
[0m
[1m[35m (2.4ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35mSQL (2.6ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20180318232100"]]
[1m[35m (8.1ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (5.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_user_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_user_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_reset_password_token' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_reset_password_token' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (2.6ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (10.8ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (2.8ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (4.4ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (7.1ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (3.5ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (4.3ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (4.2ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "line" varchar, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer)[0m
[1m[35m (7.2ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (3.8ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (5.6ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (4.3ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (4.5ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (4.1ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
[1m[35m (7.8ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (3.6ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (0.4ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (8.9ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (3.6ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (3.9ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "line" varchar, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer)[0m
[1m[35m (3.7ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (3.4ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (5.8ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (4.4ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (3.8ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (6.0ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (2.7ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (7.7ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20180318232100)[0m
[1m[35m (3.6ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
(20180318225917);
[0m
[1m[36mActiveRecord::InternalMetadata Load (2.9ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.8ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "development"], ["updated_at", "2018-03-18 23:35:34.411435"], ["key", "environment"]]
[1m[35m (3.1ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (10.4ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2018-03-18 23:35:34.438653"], ["key", "environment"]]
[1m[35m (5.6ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (2.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (2.7ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (11.4ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (4.3ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (3.6ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (2.3ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (4.3ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (3.6ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "line" varchar, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer)[0m
[1m[35m (3.4ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (3.4ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (4.9ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (3.5ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (3.6ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (3.5ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
[1m[35m (3.9ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (1.8ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (4.9ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (4.7ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (5.2ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (29.6ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "line" varchar, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer)[0m
[1m[35m (3.0ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (4.8ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (10.6ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (4.0ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (38.9ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.6ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (4.6ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (4.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[36mActiveRecord::InternalMetadata Load (3.4ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "development"], ["updated_at", "2018-03-18 23:36:34.784998"], ["key", "environment"]]
[1m[35m (4.9ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2018-03-18 23:36:34.794909"], ["key", "environment"]]
[1m[35m (3.3ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Auto & Transport"], ["created_at", "2018-03-18 23:36:34.842018"], ["updated_at", "2018-03-18 23:36:34.842018"]]
[1m[35m (4.5ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nBills & Utilities"], ["created_at", "2018-03-18 23:36:34.849676"], ["updated_at", "2018-03-18 23:36:34.849676"]]
[1m[35m (2.8ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nBusiness Services"], ["created_at", "2018-03-18 23:36:34.854360"], ["updated_at", "2018-03-18 23:36:34.854360"]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nCategory"], ["created_at", "2018-03-18 23:36:34.860176"], ["updated_at", "2018-03-18 23:36:34.860176"]]
[1m[35m (3.0ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nEducation"], ["created_at", "2018-03-18 23:36:34.865357"], ["updated_at", "2018-03-18 23:36:34.865357"]]
[1m[35m (3.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nEntertainment"], ["created_at", "2018-03-18 23:36:34.870385"], ["updated_at", "2018-03-18 23:36:34.870385"]]
[1m[35m (3.3ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nExclude From Mint"], ["created_at", "2018-03-18 23:36:34.876151"], ["updated_at", "2018-03-18 23:36:34.876151"]]
[1m[35m (5.9ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nExpense"], ["created_at", "2018-03-18 23:36:34.884090"], ["updated_at", "2018-03-18 23:36:34.884090"]]
[1m[35m (6.6ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nFees & Charges"], ["created_at", "2018-03-18 23:36:34.892583"], ["updated_at", "2018-03-18 23:36:34.892583"]]
[1m[35m (4.2ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nFood & Dining"], ["created_at", "2018-03-18 23:36:34.898644"], ["updated_at", "2018-03-18 23:36:34.898644"]]
[1m[35m (3.2ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.5ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nGifts & Donations"], ["created_at", "2018-03-18 23:36:34.904566"], ["updated_at", "2018-03-18 23:36:34.904566"]]
[1m[35m (3.2ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nHealth & Fitness (was healthcare)"], ["created_at", "2018-03-18 23:36:34.910235"], ["updated_at", "2018-03-18 23:36:34.910235"]]
[1m[35m (2.6ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nIncome"], ["created_at", "2018-03-18 23:36:34.915079"], ["updated_at", "2018-03-18 23:36:34.915079"]]
[1m[35m (4.0ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nIncome"], ["created_at", "2018-03-18 23:36:34.922002"], ["updated_at", "2018-03-18 23:36:34.922002"]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.3ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nInvestments"], ["created_at", "2018-03-18 23:36:34.933923"], ["updated_at", "2018-03-18 23:36:34.933923"]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nKids"], ["created_at", "2018-03-18 23:36:34.940249"], ["updated_at", "2018-03-18 23:36:34.940249"]]
[1m[35m (3.0ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nMISC"], ["created_at", "2018-03-18 23:36:34.947468"], ["updated_at", "2018-03-18 23:36:34.947468"]]
[1m[35m (3.4ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nPersonal Care"], ["created_at", "2018-03-18 23:36:34.956010"], ["updated_at", "2018-03-18 23:36:34.956010"]]
[1m[35m (2.7ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nShopping"], ["created_at", "2018-03-18 23:36:34.961199"], ["updated_at", "2018-03-18 23:36:34.961199"]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nTaxes"], ["created_at", "2018-03-18 23:36:34.971061"], ["updated_at", "2018-03-18 23:36:34.971061"]]
[1m[35m (2.8ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nTravel"], ["created_at", "2018-03-18 23:36:34.975856"], ["updated_at", "2018-03-18 23:36:34.975856"]]
[1m[35m (2.8ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nUncategorized"], ["created_at", "2018-03-18 23:36:34.981080"], ["updated_at", "2018-03-18 23:36:34.981080"]]
[1m[35m (2.7ms)[0m [1m[36mcommit transaction[0m
Started GET “/expenses” for 127.0.0.1 at 2018-03-19 01:38:39 +0200
[1m[35m (5.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 65ms (ActiveRecord: 2.9ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-19 01:38:40 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (2.8ms) Rendered devise/sessions/new.html.erb within layouts/application (66.3ms) Rendered layouts/_navigation.html.erb (2.1ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 3681ms (Views: 3657.0ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-19 01:38:46 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"1MppvNB1tEShSwdu7SeKSKcfGTaYPyAhk5iGA62HHycGuoKWTnYy2IMmlsU7sDstqqvogpLGlBIgFF16CusnXA==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (6.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 12ms (ActiveRecord: 6.1ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"1MppvNB1tEShSwdu7SeKSKcfGTaYPyAhk5iGA62HHycGuoKWTnYy2IMmlsU7sDstqqvogpLGlBIgFF16CusnXA==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (1.5ms)
Rendered devise/sessions/new.html.erb within layouts/application (8.8ms)
Rendered layouts/_navigation.html.erb (0.9ms)
Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 304ms (Views: 101.8ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-19 01:38:53 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"BWfFgJf8w6WBwatk98XleTY0zwvviTMRVLGzqj2ySCzXFy6qCf9FOaOsOs8hUlQcO4A+v+VwhyLnPWjTmt5wVw==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 3ms (ActiveRecord: 0.3ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"BWfFgJf8w6WBwatk98XleTY0zwvviTMRVLGzqj2ySCzXFy6qCf9FOaOsOs8hUlQcO4A+v+VwhyLnPWjTmt5wVw==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (1.1ms)
Rendered devise/sessions/new.html.erb within layouts/application (5.6ms)
Rendered layouts/_navigation.html.erb (1.0ms)
Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 242ms (Views: 81.3ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-19 01:39:01 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"3F8qCPEgSjPnUzsZ5lS+c+L/MbyTDL1UXZ5xrr+LTz0OL8EibyPMr8U+qrIwww8W70vACJn1CWfuEqrXGOd3Rg==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 9ms (ActiveRecord: 0.5ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"3F8qCPEgSjPnUzsZ5lS+c+L/MbyTDL1UXZ5xrr+LTz0OL8EibyPMr8U+qrIwww8W70vACJn1CWfuEqrXGOd3Rg==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (2.0ms)
Rendered devise/sessions/new.html.erb within layouts/application (10.0ms)
Rendered layouts/_navigation.html.erb (1.1ms)
Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 269ms (Views: 100.4ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-19 01:39:11 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"h1of+gPAcj5HOhTBcHqLTxgUziqosbI3A9yO8WPLA3NVKvTQncP0omVXhWqm7ToqFaA/nqJIBgSwUFWIxKc7CA==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 4ms (ActiveRecord: 0.6ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"h1of+gPAcj5HOhTBcHqLTxgUziqosbI3A9yO8WPLA3NVKvTQncP0omVXhWqm7ToqFaA/nqJIBgSwUFWIxKc7CA==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (1.2ms)
Rendered devise/sessions/new.html.erb within layouts/application (6.0ms)
Rendered layouts/_navigation.html.erb (1.2ms)
Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 257ms (Views: 94.6ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_up” for 127.0.0.1 at 2018-03-19 01:39:15 +0200 Processing by Devise::RegistrationsController#new as HTML
Rendering devise/registrations/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (1.8ms) Rendered devise/registrations/new.html.erb within layouts/application (10.9ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 112ms (Views: 110.1ms | ActiveRecord: 0.0ms)
Started POST “/users” for 127.0.0.1 at 2018-03-19 01:39:36 +0200 Processing by Devise::RegistrationsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"2RQxodS2AfULfdLc8EB4whS3CidGEMtAbSQ64ZY/orkLZNqLSrWHaSkQQ3cm18mnGQP7k0zpf3PeqOGYMVOawg==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[36mUser Exists (0.5ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "admin@example.com"], ["LIMIT", 1]]
[1m[35mSQL (3.4ms)[0m [1m[32mINSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["email", "admin@example.com"], ["encrypted_password", "$2a$11$7Ia23jiOZ2/MD1FicqzY7OdBCt4/d.fQlQK4CcZMi1pznoNcldKhC"], ["created_at", "2018-03-18 23:39:36.766096"], ["updated_at", "2018-03-18 23:39:36.766096"]]
[1m[35m (3.3ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?[0m [["sign_in_count", 1], ["current_sign_in_at", "2018-03-18 23:39:36.776555"], ["last_sign_in_at", "2018-03-18 23:39:36.776555"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2018-03-18 23:39:36.777799"], ["id", 1]]
[1m[35m (2.7ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 260ms (ActiveRecord: 10.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-19 01:39:36 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (3.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] Rendered expenses/_form.html.erb (540.2ms) Rendered expenses/index.html.erb within layouts/application (546.7ms)
Completed 401 Unauthorized in 657ms (ActiveRecord: 5.5ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
NoMethodError - undefined method `collectoin_select' for #<ActionView::Helpers::FormBuilder:0x007fef004bdb28> Did you mean? collection_select:
app/views/expenses/_form.html.erb:37:in `block in _app_views_expenses__form_html_erb__3965203087751715238_70332172909480' app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb__3965203087751715238_70332172909480' app/views/expenses/index.html.erb:15:in `_app_views_expenses_index_html_erb___1655845955976905138_70332239375840'
Started POST “/__better_errors/0e4660c9eeeefb19/variables” for 127.0.0.1 at 2018-03-19 01:39:38 +0200
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-19 01:39:57 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (10.6ms) Rendered expenses/index.html.erb within layouts/application (15.2ms)
Completed 401 Unauthorized in 45ms (ActiveRecord: 0.6ms)
NoMethodError - undefined method `map' for :category_id:Symbol Did you mean? tap:
app/views/expenses/_form.html.erb:37:in `block in _app_views_expenses__form_html_erb__3965203087751715238_70332199916980' app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb__3965203087751715238_70332199916980' app/views/expenses/index.html.erb:15:in `_app_views_expenses_index_html_erb___1655845955976905138_70332168496360'
Started POST “/__better_errors/c5ab5e8bd43feb1e/variables” for 127.0.0.1 at 2018-03-19 01:39:58 +0200
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-19 01:40:28 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (6.9ms) Rendered expenses/index.html.erb within layouts/application (10.5ms)
Completed 401 Unauthorized in 34ms (ActiveRecord: 0.3ms)
NoMethodError - undefined method `map' for :category_id:Symbol Did you mean? tap:
app/views/expenses/_form.html.erb:37:in `block in _app_views_expenses__form_html_erb__3965203087751715238_70332212232520' app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb__3965203087751715238_70332212232520' app/views/expenses/index.html.erb:15:in `_app_views_expenses_index_html_erb___1655845955976905138_70332173265280'
Started POST “/__better_errors/d839e3ed5b38d5a7/variables” for 127.0.0.1 at 2018-03-19 01:40:29 +0200
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-19 01:41:45 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (6.4ms) Rendered expenses/index.html.erb within layouts/application (10.8ms)
Completed 401 Unauthorized in 46ms (ActiveRecord: 0.6ms)
NoMethodError - undefined method `map' for :category_id:Symbol Did you mean? tap:
app/views/expenses/_form.html.erb:37:in `block in _app_views_expenses__form_html_erb__3965203087751715238_70332187476860' app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb__3965203087751715238_70332187476860' app/views/expenses/index.html.erb:15:in `_app_views_expenses_index_html_erb___1655845955976905138_70332178146040'
Started POST “/__better_errors/fd7c626be63c9b34/variables” for 127.0.0.1 at 2018-03-19 01:41:45 +0200
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-19 01:41:55 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (1.0ms) Rendered expenses/index.html.erb within layouts/application (3.8ms)
Completed 401 Unauthorized in 24ms (ActiveRecord: 0.3ms)
SyntaxError - syntax error, unexpected ',', expecting ')' …collection_select (:AccontName, :category_id, Category.all, … … ^
- /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:37: syntax error, unexpected ',', expecting &. or
-
or '[' or '.'
…tegory_id, Category.all, :name, prompt: true) );@output_buff… … ^:
app/views/expenses/_form.html.erb:37:in `' app/views/expenses/index.html.erb:15:in `_app_views_expenses_index_html_erb___1655845955976905138_70332173102400'
Started POST “/__better_errors/573f09ae369cc9f5/variables” for 127.0.0.1 at 2018-03-19 01:41:55 +0200
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-19 01:43:01 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (9.8ms) Rendered expenses/index.html.erb within layouts/application (17.0ms)
Completed 401 Unauthorized in 43ms (ActiveRecord: 1.0ms)
NoMethodError - undefined method `map' for :category_id:Symbol Did you mean? tap:
app/views/expenses/_form.html.erb:37:in `block in _app_views_expenses__form_html_erb__3965203087751715238_70332186988000' app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb__3965203087751715238_70332186988000' app/views/expenses/index.html.erb:15:in `_app_views_expenses_index_html_erb___1655845955976905138_70332177411740'
Started POST “/__better_errors/502380465603453c/variables” for 127.0.0.1 at 2018-03-19 01:43:02 +0200
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-19 01:47:15 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (56.0ms) Rendered expenses/index.html.erb within layouts/application (66.3ms)
Completed 401 Unauthorized in 184ms (ActiveRecord: 7.1ms)
TypeError - {:prompt=>true} is not a symbol nor a string:
app/views/expenses/_form.html.erb:37:in `block in _app_views_expenses__form_html_erb__3965203087751715238_70332239167300' app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb__3965203087751715238_70332239167300' app/views/expenses/index.html.erb:15:in `_app_views_expenses_index_html_erb___1655845955976905138_70332239327280'
Started POST “/__better_errors/2b66cb0ad0cb0379/variables” for 127.0.0.1 at 2018-03-19 01:47:16 +0200
[1m[36mExpense Load (1.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-19 01:53:24 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (31.5ms) Rendered expenses/index.html.erb within layouts/application (44.4ms)
Completed 401 Unauthorized in 119ms (ActiveRecord: 1.8ms)
NoMethodError - undefined method `map' for :category_id:Symbol Did you mean? tap:
app/views/expenses/_form.html.erb:37:in `block in _app_views_expenses__form_html_erb__3965203087751715238_70332170685140' app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb__3965203087751715238_70332170685140' app/views/expenses/index.html.erb:15:in `_app_views_expenses_index_html_erb___1655845955976905138_70332218678220'
Started POST “/__better_errors/a08cd1f2a27a2268/variables” for 127.0.0.1 at 2018-03-19 01:53:25 +0200
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-19 01:56:21 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (19.5ms) Rendered expenses/index.html.erb within layouts/application (29.9ms)
Completed 401 Unauthorized in 133ms (ActiveRecord: 4.8ms)
NoMethodError - undefined method `map' for :category_id:Symbol Did you mean? tap:
app/views/expenses/_form.html.erb:37:in `block in _app_views_expenses__form_html_erb__3965203087751715238_70332170587580' app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb__3965203087751715238_70332170587580' app/views/expenses/index.html.erb:15:in `_app_views_expenses_index_html_erb___1655845955976905138_70332217172920'
Started POST “/__better_errors/b1616807f584e302/variables” for 127.0.0.1 at 2018-03-19 01:56:22 +0200
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-19 01:56:48 +0200
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (383.6ms) Rendered expenses/index.html.erb within layouts/application (391.4ms)
Completed 401 Unauthorized in 585ms (ActiveRecord: 2.8ms)
NoMethodError - undefined method `map' for :category_id:Symbol Did you mean? tap:
app/views/expenses/_form.html.erb:37:in `block in _app_views_expenses__form_html_erb__473548838204644061_70337449448740' app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb__473548838204644061_70337449448740' app/views/expenses/index.html.erb:15:in `_app_views_expenses_index_html_erb__252355803045958582_70337474486400'
Started POST “/__better_errors/9d5ee25125c6d561/variables” for 127.0.0.1 at 2018-03-19 01:56:49 +0200
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 01:56:57 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (14.8ms) Rendered expenses/new.html.erb within layouts/application (19.0ms)
Completed 401 Unauthorized in 53ms (ActiveRecord: 0.4ms)
NoMethodError - undefined method `map' for :category_id:Symbol Did you mean? tap:
app/views/expenses/_form.html.erb:37:in `block in _app_views_expenses__form_html_erb__473548838204644061_70337489209880' app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb__473548838204644061_70337489209880' app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb__2886475793930587378_70337489409480'
Started POST “/__better_errors/57e17a856b7d789d/variables” for 127.0.0.1 at 2018-03-19 01:56:57 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 01:58:23 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (1.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (21.3ms) Rendered expenses/new.html.erb within layouts/application (28.0ms)
Completed 401 Unauthorized in 100ms (ActiveRecord: 1.7ms)
NoMethodError - undefined method `merge' for :name:Symbol:
app/views/expenses/_form.html.erb:37:in `block in _app_views_expenses__form_html_erb__473548838204644061_70337447142540' app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb__473548838204644061_70337447142540' app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb__2886475793930587378_70337439770720'
Started POST “/__better_errors/bdbaf7c4a9b629af/variables” for 127.0.0.1 at 2018-03-19 01:58:24 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 01:59:12 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (14.9ms) Rendered expenses/new.html.erb within layouts/application (22.7ms)
Completed 401 Unauthorized in 95ms (ActiveRecord: 2.7ms)
SyntaxError - syntax error, unexpected ',', expecting ')' …ollection_select (:AccountName, :category_id, Category.all, … … ^
- /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:37: syntax error, unexpected ',', expecting &. or
-
or '[' or '.'
…category_id, Category.all, :id, :name));@output_buffer.safe_… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:37: syntax error, unexpected ')', expecting keyword_end …_id, Category.all, :id, :name));@output_buffer.safe_append=' … ^:
app/views/expenses/_form.html.erb:37:in `' app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb__2886475793930587378_70337472255120'
Started POST “/__better_errors/4c192eddbfba5b0c/variables” for 127.0.0.1 at 2018-03-19 01:59:13 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 01:59:36 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (1.7ms) Rendered expenses/new.html.erb within layouts/application (5.3ms)
Completed 401 Unauthorized in 27ms (ActiveRecord: 0.5ms)
SyntaxError - syntax error, unexpected ')', expecting keyword_end …_id, Category.all, :id, :name));@output_buffer.safe_append=' … ^:
app/views/expenses/_form.html.erb:37:in `' app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb__2886475793930587378_70337461830840'
Started POST “/__better_errors/337148589071e187/variables” for 127.0.0.1 at 2018-03-19 01:59:36 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 01:59:46 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (12.8ms) Rendered expenses/new.html.erb within layouts/application (16.3ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 2592ms (Views: 2580.9ms | ActiveRecord: 1.7ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:00:15 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (1.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (13.1ms) Rendered expenses/new.html.erb within layouts/application (22.1ms) Rendered layouts/_navigation.html.erb (2.5ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 236ms (Views: 192.4ms | ActiveRecord: 2.0ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:00:41 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.8ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (9.2ms) Rendered expenses/new.html.erb within layouts/application (12.6ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 161ms (Views: 153.1ms | ActiveRecord: 1.3ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:01:52 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (1.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.6ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (209.1ms) Rendered expenses/new.html.erb within layouts/application (217.1ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 530ms (Views: 489.7ms | ActiveRecord: 2.3ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:05:58 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (3.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (10.7ms) Rendered expenses/new.html.erb within layouts/application (24.2ms)
Completed 401 Unauthorized in 126ms (ActiveRecord: 3.1ms)
SyntaxError - syntax error, unexpected '>', expecting keyword_end /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:42: syntax error, unexpected '<'
<%= form.label 'Description: '
^:
app/views/expenses/_form.html.erb:40:in `'
app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb__2886475793930587378_70337494584480'
Started POST “/__better_errors/3b7fe7f3a72be52a/variables” for 127.0.0.1 at 2018-03-19 02:05:58 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:06:21 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (3.6ms) Rendered expenses/new.html.erb within layouts/application (8.6ms)
Completed 401 Unauthorized in 34ms (ActiveRecord: 0.4ms)
SyntaxError - syntax error, unexpected '>', expecting keyword_end /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:42: syntax error, unexpected '<'
<%= form.label 'Description: '
^:
app/views/expenses/_form.html.erb:40:in `'
app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb__2886475793930587378_70337472075440'
Started POST “/__better_errors/6612ec2345e622cb/variables” for 127.0.0.1 at 2018-03-19 02:06:21 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:06:47 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (1.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (5.7ms) Rendered expenses/new.html.erb within layouts/application (12.2ms)
Completed 401 Unauthorized in 51ms (ActiveRecord: 1.7ms)
SyntaxError - syntax error, unexpected '>', expecting keyword_end /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:42: syntax error, unexpected '<'
<%= form.label 'Description: '
^:
app/views/expenses/_form.html.erb:40:in `'
app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb__2886475793930587378_70337490788480'
Started POST “/__better_errors/b826acca51201bb0/variables” for 127.0.0.1 at 2018-03-19 02:06:47 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:07:01 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (374.6ms) Rendered expenses/new.html.erb within layouts/application (378.7ms)
Completed 401 Unauthorized in 403ms (ActiveRecord: 0.3ms)
NoMethodError - undefined method `fieds_for' for #<ActionView::Helpers::FormBuilder:0x007ff17212cdc8> Did you mean? fields_for:
app/views/expenses/_form.html.erb:37:in `block in _app_views_expenses__form_html_erb__473548838204644061_70337488421120' app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb__473548838204644061_70337488421120' app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb__2886475793930587378_70337434247180'
Started POST “/__better_errors/b3c9c31959404cba/variables” for 127.0.0.1 at 2018-03-19 02:07:02 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:07:15 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (6.1ms) Rendered expenses/new.html.erb within layouts/application (10.6ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 248ms (Views: 240.4ms | ActiveRecord: 0.6ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:11:15 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (1.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (5.2ms) Rendered expenses/new.html.erb within layouts/application (12.2ms)
Completed 401 Unauthorized in 73ms (ActiveRecord: 1.7ms)
SyntaxError - syntax error, unexpected ')' …ass: 'form-control'}do |name| );@output_buffer.safe_append='… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:57: syntax error, unexpected keyword_end, expecting ')' '.freeze; end ;
^
/Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:59: syntax error, unexpected keyword_ensure, expecting ')' /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:61: syntax error, unexpected keyword_end, expecting ')':
app/views/expenses/_form.html.erb:37:in `' app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb__2886475793930587378_70337449524600'
Started POST “/__better_errors/576a5d6d3e3103c5/variables” for 127.0.0.1 at 2018-03-19 02:11:16 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:11:49 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (5.2ms) Rendered expenses/new.html.erb within layouts/application (8.1ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 204ms (Views: 197.1ms | ActiveRecord: 0.5ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:12:34 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (2.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (7.0ms) Rendered expenses/new.html.erb within layouts/application (21.8ms)
Completed 401 Unauthorized in 87ms (ActiveRecord: 2.2ms)
SyntaxError - syntax error, unexpected keyword_do_block .…fields_for :Account_name, do |name| @output_buffer.safe_a… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:38: syntax error, unexpected tSTRING_BEG, expecting ')' …me, {:class=> 'form-control'} “);@output_buffer.safe_append=' … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:41: syntax error, unexpected tIDENTIFIER, expecting ')' @output_buffer.safe_append=' <div class=”form-group“>
^
/Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:41: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '(' @output_buffer.safe_append=' <div class=“form-group”>
^
/Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:43: syntax error, unexpected tIDENTIFIER, expecting ')' … id: :description, class: “form-control” );@output_buffer.sa… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:43: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '(' …cription, class: “form-control” );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:47: syntax error, unexpected tIDENTIFIER, expecting ')'
<div class="form-group">
^
/Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:47: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
<div class="form-group">
^
/Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:49: syntax error, unexpected tIDENTIFIER, expecting ')' … :cost, id: :cost, class: “form-control” );@output_buffer.sa… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:49: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '(' …d: :cost, class: “form-control” );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:49: unterminated string meets end of file:
app/views/expenses/_form.html.erb:37:in `' app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb__2886475793930587378_70337475221840'
Started POST “/__better_errors/39122f86ca834c7b/variables” for 127.0.0.1 at 2018-03-19 02:12:34 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:12:42 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (1.5ms) Rendered expenses/new.html.erb within layouts/application (4.4ms)
Completed 401 Unauthorized in 25ms (ActiveRecord: 0.4ms)
SyntaxError - syntax error, unexpected tSTRING_BEG, expecting ')' …me, {:class=> 'form-control'} “);@output_buffer.safe_append=' … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:41: syntax error, unexpected tIDENTIFIER, expecting ')' @output_buffer.safe_append=' <div class=”form-group“>
^
/Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:41: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '(' @output_buffer.safe_append=' <div class=“form-group”>
^
/Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:43: syntax error, unexpected tIDENTIFIER, expecting ')' … id: :description, class: “form-control” );@output_buffer.sa… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:43: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '(' …cription, class: “form-control” );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:47: syntax error, unexpected tIDENTIFIER, expecting ')'
<div class="form-group">
^
/Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:47: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
<div class="form-group">
^
/Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:49: syntax error, unexpected tIDENTIFIER, expecting ')' … :cost, id: :cost, class: “form-control” );@output_buffer.sa… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:49: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '(' …d: :cost, class: “form-control” );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:49: unterminated string meets end of file:
app/views/expenses/_form.html.erb:38:in `' app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb__2886475793930587378_70337435505580'
Started POST “/__better_errors/3c2177513d67e0c2/variables” for 127.0.0.1 at 2018-03-19 02:12:43 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:13:03 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (7.9ms) Rendered expenses/new.html.erb within layouts/application (10.5ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (1.7ms)
Completed 200 OK in 261ms (Views: 255.2ms | ActiveRecord: 0.6ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:13:21 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (7.0ms) Rendered expenses/new.html.erb within layouts/application (10.1ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 135ms (Views: 127.7ms | ActiveRecord: 0.7ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:15:06 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (1.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (1.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (17.9ms) Rendered expenses/new.html.erb within layouts/application (27.8ms) Rendered layouts/_navigation.html.erb (3.4ms) Rendered layouts/_messages.html.erb (1.8ms)
Completed 200 OK in 329ms (Views: 289.5ms | ActiveRecord: 2.7ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:17:13 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (5.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (5.6ms) Rendered expenses/new.html.erb within layouts/application (14.6ms)
Completed 401 Unauthorized in 83ms (ActiveRecord: 5.2ms)
SyntaxError - syntax error, unexpected ',' …id, Category.all, :id, :name, , :class => 'form-control-lg' … … ^:
app/views/expenses/_form.html.erb:39:in `' app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb__2886475793930587378_70337494993500'
Started POST “/__better_errors/858937c6d8ea051f/variables” for 127.0.0.1 at 2018-03-19 02:17:13 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:17:49 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (12.3ms) Rendered expenses/new.html.erb within layouts/application (15.9ms) Rendered layouts/_navigation.html.erb (2.8ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 281ms (Views: 270.6ms | ActiveRecord: 0.9ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:18:50 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (6.2ms) Rendered expenses/new.html.erb within layouts/application (9.1ms) Rendered layouts/_navigation.html.erb (2.5ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 313ms (Views: 300.1ms | ActiveRecord: 1.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:19:37 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (1.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (9.3ms) Rendered expenses/new.html.erb within layouts/application (16.3ms)
Completed 401 Unauthorized in 98ms (ActiveRecord: 1.9ms)
SyntaxError - syntax error, unexpected ')', expecting => …{:class => 'form-control-lg'} );@output_buffer.safe_append=' … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:41: syntax error, unexpected keyword_end, expecting ')' /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:58: syntax error, unexpected keyword_end, expecting ')' '.freeze; end ;
^
/Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:60: syntax error, unexpected keyword_ensure, expecting ')' /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:62: syntax error, unexpected keyword_end, expecting ')':
app/views/expenses/_form.html.erb:39:in `' app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb__2886475793930587378_70337506414600'
Started POST “/__better_errors/270387a14d0d9ab2/variables” for 127.0.0.1 at 2018-03-19 02:19:38 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:19:56 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (1.7ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (17.5ms) Rendered expenses/new.html.erb within layouts/application (20.9ms) Rendered layouts/_navigation.html.erb (13.6ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 329ms (Views: 318.4ms | ActiveRecord: 2.0ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:21:38 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (1.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (7.6ms) Rendered expenses/new.html.erb within layouts/application (16.4ms)
Completed 401 Unauthorized in 73ms (ActiveRecord: 1.6ms)
SyntaxError - syntax error, unexpected ',', expecting ')' …llection_select (:category_id, Category.all, :id, :name,{pr… … ^
- /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:39: syntax error, unexpected ',', expecting &. or
-
or '[' or '.'
…category_id, Category.all, :id, :name,{promp: true}, {:clas… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:39: syntax error, unexpected ',', expecting ')' .…all, :id, :name,{promp: true}, {:class => 'form-control-lg… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:39: syntax error, unexpected ')', expecting keyword_end …:class => 'form-control-lg'}) );@output_buffer.safe_append=' … ^:
app/views/expenses/_form.html.erb:39:in `' app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb__2886475793930587378_70337489752580'
Started POST “/__better_errors/0be4fd04143a3043/variables” for 127.0.0.1 at 2018-03-19 02:21:39 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:21:46 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (2.4ms) Rendered expenses/new.html.erb within layouts/application (6.1ms)
Completed 401 Unauthorized in 28ms (ActiveRecord: 0.3ms)
SyntaxError - syntax error, unexpected ',', expecting ')' …llection_select (:category_id, Category.all, :id, :name,{pr… … ^
- /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:39: syntax error, unexpected ',', expecting &. or
-
or '[' or '.'
…category_id, Category.all, :id, :name,{prompt: true}, {:cla… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:39: syntax error, unexpected ',', expecting ')' …all, :id, :name,{prompt: true}, {:class => 'form-control-lg… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:39: syntax error, unexpected ')', expecting keyword_end …:class => 'form-control-lg'}) );@output_buffer.safe_append=' … ^:
app/views/expenses/_form.html.erb:39:in `' app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb__2886475793930587378_70337452523760'
Started POST “/__better_errors/cd9f0fa644816b39/variables” for 127.0.0.1 at 2018-03-19 02:21:46 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:22:01 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (6.5ms) Rendered expenses/new.html.erb within layouts/application (9.6ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 226ms (Views: 218.2ms | ActiveRecord: 0.5ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:22:23 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (4.3ms) Rendered expenses/new.html.erb within layouts/application (6.8ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 148ms (Views: 139.3ms | ActiveRecord: 0.9ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:27:41 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (8.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (2.7ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (114.3ms) Rendered expenses/new.html.erb within layouts/application (144.9ms) Rendered layouts/_navigation.html.erb (3.6ms) Rendered layouts/_messages.html.erb (10.8ms)
Completed 200 OK in 572ms (Views: 491.1ms | ActiveRecord: 11.6ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:28:17 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (5.0ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (18.5ms) Rendered expenses/new.html.erb within layouts/application (21.2ms) Rendered layouts/_navigation.html.erb (2.0ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 202ms (Views: 186.2ms | ActiveRecord: 7.3ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:30:12 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (3.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (11.4ms) Rendered expenses/new.html.erb within layouts/application (24.6ms)
Completed 401 Unauthorized in 99ms (ActiveRecord: 3.7ms)
SyntaxError - unterminated string meets end of file /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:53: syntax error, unexpected end-of-input, expecting ')':
app/views/expenses/_form.html.erb:53:in `' app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb__2886475793930587378_70337494751920'
Started POST “/__better_errors/d6e457afd7799db6/variables” for 127.0.0.1 at 2018-03-19 02:30:12 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:30:50 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (4.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (3.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (33.1ms) Rendered expenses/new.html.erb within layouts/application (40.8ms) Rendered layouts/_navigation.html.erb (2.6ms) Rendered layouts/_messages.html.erb (7.2ms)
Completed 200 OK in 308ms (Views: 258.5ms | ActiveRecord: 7.1ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:33:05 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (5.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (3.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (40.1ms) Rendered expenses/new.html.erb within layouts/application (53.9ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (1.6ms)
Completed 200 OK in 340ms (Views: 270.1ms | ActiveRecord: 9.1ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:33:22 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (3.1ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (9.7ms) Rendered expenses/new.html.erb within layouts/application (12.5ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 177ms (Views: 166.6ms | ActiveRecord: 3.8ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-19 02:33:35 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (2.8ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (9.4ms) Rendered expenses/new.html.erb within layouts/application (13.5ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 172ms (Views: 159.8ms | ActiveRecord: 5.4ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-19 02:33:59 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"UFe37yPma3Fl1IJRYXwTFt5BcKfP1DRhZ9Vsda+elMGCJ1zFveXt7Ue5E/q366Jz0/WBE8UtgFLUWbcMCPKsug==", "expense"=>{"date"=>"03/01/2018 2:33 AM", "Account_name"=>{"category_id"=>"3"}, "description"=>"Transport for speakers", "cost"=>"1500"}, "commit"=>"Submit"}
[1m[36mUser Load (3.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Unpermitted parameters: :date, :Account_name, :description, :cost
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (2.7ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (11.6ms) Rendered expenses/new.html.erb within layouts/application (17.2ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (1.5ms)
Completed 200 OK in 269ms (Views: 243.7ms | ActiveRecord: 6.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-19 02:34:27 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (2.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (18.1ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (57.1ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 219ms (Views: 202.6ms | ActiveRecord: 7.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-19 02:37:04 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (2.6ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (43.1ms) [1m[36mExpense Exists (2.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (60.1ms) Rendered layouts/_navigation.html.erb (5.1ms) Rendered layouts/_messages.html.erb (2.1ms)
Completed 200 OK in 330ms (Views: 275.8ms | ActiveRecord: 9.2ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-19 02:37:53 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"RlchnW0K9xRzY3KAMzolsFxXCNkifBbBRwjr+hpTgcmUJ8q38wlxiFEO4yvlrZTVUeP5bSiFovL0hDCDvT+5sg==", "expense"=>{"date"=>"03/20/2018 2:37 AM", "category_id"=>{"category_id"=>"3"}, "description"=>"travelled to the station to collect the speakes", "cost"=>"120"}, "commit"=>"Submit"}
[1m[36mUser Load (5.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Unpermitted parameters: :date, :category_id, :description, :cost
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (2.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (11.8ms) Rendered expenses/new.html.erb within layouts/application (17.1ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 191ms (Views: 172.1ms | ActiveRecord: 7.9ms)
ActionController::RoutingError (No route matches [GET] “/assets/bootstrap.min.css.map”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:63:in `block (3 levels) in broadcast' activesupport (5.1.5) lib/active_support/logger_silence.rb:20:in `silence' activesupport (5.1.5) lib/active_support/logger.rb:61:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-19 02:39:12 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (2.6ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (32.8ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (46.6ms) Rendered layouts/_navigation.html.erb (2.2ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 356ms (Views: 217.0ms | ActiveRecord: 13.7ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-19 02:39:16 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"C7K3OJc5nMLlJV2oijDI9sAO2QE9QgzrZ/RpFwgbROPZwlwSCToaXsdIzANcp3mTzbootTe7uNjUeLJur3d8mA==", "expense"=>{"date"=>"03/20/2018 2:37 AM", "category_id"=>{"category_id"=>"3"}, "description"=>"travelled to the station to collect the speakes", "cost"=>"120"}, "commit"=>"Submit"}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Unpermitted parameters: :date, :category_id, :description, :cost
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (8.5ms) Rendered expenses/new.html.erb within layouts/application (12.1ms) Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 127ms (Views: 113.1ms | ActiveRecord: 1.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-19 02:40:16 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (34.1ms) [1m[36mExpense Exists (2.1ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (46.0ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 224ms (Views: 161.0ms | ActiveRecord: 6.6ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-19 02:40:18 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"xYzV2ur6QKiY9iBICfhuO5wkqUCKOLOndD4F++1TFewX/D7wdPnGNLqbsePfb99ekZBY9IDBB5THst6CSj8tlw==", "expense"=>{"date"=>"03/20/2018 2:37 AM", "category_id"=>{"category_id"=>"3"}, "description"=>"travelled to the station to collect the speakes", "cost"=>"120"}, "commit"=>"Submit"}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Unpermitted parameters: :date, :category_id, :description, :cost
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (44.0ms) Rendered expenses/new.html.erb within layouts/application (48.0ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 133ms (Views: 124.0ms | ActiveRecord: 1.0ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-19 02:43:46 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"uBGiLegAq/uea6Aq96H7vDvR1U3WEinDg52Yb8xsxyNqYUkHdgMtZ7wGMYEhNkrZNmUk+dzrnfAwEUMWawD/WA==", "expense"=>{"date"=>"03/21/2018 2:43 AM", "category_id"=>{"category_id"=>"6"}, "description"=>"Black Panther from the cinema", "cost"=>"50"}, "commit"=>"Submit"}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 90ms (ActiveRecord: 2.5ms)
SyntaxError - syntax error, unexpected ':', expecting keyword_end belongs_to :category :optional => true
^: app/models/expense.rb:3:in `' app/controllers/expenses_controller.rb:40:in `create'
Started POST “/__better_errors/2a71dfb4be5e11d5/variables” for 127.0.0.1 at 2018-03-19 02:43:47 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-19 02:44:09 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"uBGiLegAq/uea6Aq96H7vDvR1U3WEinDg52Yb8xsxyNqYUkHdgMtZ7wGMYEhNkrZNmUk+dzrnfAwEUMWawD/WA==", "expense"=>{"date"=>"03/21/2018 2:43 AM", "category_id"=>{"category_id"=>"6"}, "description"=>"Black Panther from the cinema", "cost"=>"50"}, "commit"=>"Submit"}
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Unpermitted parameters: :date, :category_id, :description, :cost
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (3.1ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-19 00:44:09.852281"], ["updated_at", "2018-03-19 00:44:09.852281"], ["user_id", 1]]
[1m[35m (4.1ms)[0m [1m[36mcommit transaction[0m
Redirected to Completed 401 Unauthorized in 80ms (ActiveRecord: 9.7ms)
ActionController::ActionControllerError - Cannot redirect to nil!:
app/controllers/expenses_controller.rb:44:in `block (2 levels) in create' app/controllers/expenses_controller.rb:42:in `create'
Started POST “/__better_errors/d2d778776fb9d5ec/variables” for 127.0.0.1 at 2018-03-19 02:44:10 +0200
[1m[36mExpense Load (1.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started POST “/expenses” for 127.0.0.1 at 2018-03-19 02:44:46 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"uBGiLegAq/uea6Aq96H7vDvR1U3WEinDg52Yb8xsxyNqYUkHdgMtZ7wGMYEhNkrZNmUk+dzrnfAwEUMWawD/WA==", "expense"=>{"date"=>"03/21/2018 2:43 AM", "category_id"=>{"category_id"=>"6"}, "description"=>"Black Panther from the cinema", "cost"=>"50"}, "commit"=>"Submit"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Unpermitted parameters: :date, :category_id, :description, :cost
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-19 00:44:46.934313"], ["updated_at", "2018-03-19 00:44:46.934313"], ["user_id", 1]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
[1m[36mCACHE Expense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Completed 401 Unauthorized in 518ms (ActiveRecord: 5.5ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
NameError - undefined local variable or method `expenses' for #<ExpensesController:0x007ff175011260> Did you mean? expenses_url
expenses_path
@expense:
app/controllers/expenses_controller.rb:44:in `block (2 levels) in create'
app/controllers/expenses_controller.rb:42:in `create'
Started POST “/__better_errors/271b538a86dbead7/variables” for 127.0.0.1 at 2018-03-19 02:44:47 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-19 02:45:05 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"uBGiLegAq/uea6Aq96H7vDvR1U3WEinDg52Yb8xsxyNqYUkHdgMtZ7wGMYEhNkrZNmUk+dzrnfAwEUMWawD/WA==", "expense"=>{"date"=>"03/21/2018 2:43 AM", "category_id"=>{"category_id"=>"6"}, "description"=>"Black Panther from the cinema", "cost"=>"50"}, "commit"=>"Submit"}
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Unpermitted parameters: :date, :category_id, :description, :cost
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.1ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-19 00:45:05.180566"], ["updated_at", "2018-03-19 00:45:05.180566"], ["user_id", 1]]
[1m[35m (3.8ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 53ms (ActiveRecord: 6.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-19 02:45:05 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (18.5ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (26.5ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 211ms (Views: 200.4ms | ActiveRecord: 1.5ms)
Started DELETE “/expenses/3” for 127.0.0.1 at 2018-03-19 02:45:09 +0200 Processing by ExpensesController#destroy as HTML
Parameters: {"authenticity_token"=>"wE6Hd7wOrEHscDe+epbh7SMPgZALx58LnYz4dPEDIE8SPmxdIg0q3c4dphWsAVCILrtwJAE+KzguACMNVm8YNA==", "id"=>"3"}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 3], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.9ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 3]]
[1m[35mSQL (0.3ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 1]]
[1m[35m (5.6ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 16ms (ActiveRecord: 7.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-19 02:45:09 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 20ms (ActiveRecord: 0.2ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-19 02:45:09 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (2.5ms) Rendered devise/sessions/new.html.erb within layouts/application (30.3ms) Rendered layouts/_navigation.html.erb (4.5ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 123ms (Views: 117.8ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-19 02:45:11 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"RXL1WcE3vusPBtASZXNI5F0nWVc+QG5vzIuWybYwGmGXAh5zXzQ4dy1rQbmz5PmBUJOo4zS52lx/B02wEVwiGg==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 6ms (ActiveRecord: 0.3ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"RXL1WcE3vusPBtASZXNI5F0nWVc+QG5vzIuWybYwGmGXAh5zXzQ4dy1rQbmz5PmBUJOo4zS52lx/B02wEVwiGg==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (1.1ms)
Rendered devise/sessions/new.html.erb within layouts/application (5.7ms)
Rendered layouts/_navigation.html.erb (1.0ms)
Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 346ms (Views: 123.1ms | ActiveRecord: 0.0ms)
Started GET “/” for 127.0.0.1 at 2018-03-19 02:50:21 +0200 Processing by StaticPagesController#Welcome as HTML Completed 401 Unauthorized in 10ms
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-19 02:50:21 +0200 Processing by Devise::SessionsController#new as HTML Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-19 02:50:21 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (3.8ms) Rendered devise/shared/_links.html.erb (0.5ms) Rendered devise/sessions/new.html.erb within layouts/application (33.2ms) Rendered devise/sessions/new.html.erb within layouts/application (9.7ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_navigation.html.erb (0.5ms) Rendered layouts/_messages.html.erb (0.8ms) Rendered layouts/_messages.html.erb (0.2ms)
Completed 200 OK in 476ms (Views: 418.0ms | ActiveRecord: 2.1ms)
Completed 200 OK in 400ms (Views: 398.2ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-19 02:50:31 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"iTNK5TBveJ44Vksp9hnOh25PpVDoeuZWgQEoV8+7cqpbQ6HPrmz+Aho72oIgjn/iY/tU5OKDUmUyjfMuaNdK0Q==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "admin@example.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 4ms (ActiveRecord: 0.5ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"iTNK5TBveJ44Vksp9hnOh25PpVDoeuZWgQEoV8+7cqpbQ6HPrmz+Aho72oIgjn/iY/tU5OKDUmUyjfMuaNdK0Q==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (3.4ms)
Rendered devise/sessions/new.html.erb within layouts/application (9.3ms)
Rendered layouts/_navigation.html.erb (1.3ms)
Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 279ms (Views: 120.5ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-19 02:50:35 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"92J2SkyI8aPWxdQQfgP5xJ5+qkiCekNJP5v3vFRo4bQlEp1g0ot3P/SoRbuolEihk8pb/IiD93qMFyzF8wTZzw==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "admin@example.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 5ms (ActiveRecord: 0.5ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"92J2SkyI8aPWxdQQfgP5xJ5+qkiCekNJP5v3vFRo4bQlEp1g0ot3P/SoRbuolEihk8pb/IiD93qMFyzF8wTZzw==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (1.9ms)
Rendered devise/sessions/new.html.erb within layouts/application (9.5ms)
Rendered layouts/_navigation.html.erb (0.9ms)
Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 267ms (Views: 107.9ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-19 02:50:41 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Us8HRTfttpTvxEhFOMuz0BIYM/A8rMDDbTa3ZpVKCN6Av+xvqe4wCM2p2e7uXAK1H6zCRDZVdPDeumwfMiYwpQ==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "admin@example.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 3ms (ActiveRecord: 0.5ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Us8HRTfttpTvxEhFOMuz0BIYM/A8rMDDbTa3ZpVKCN6Av+xvqe4wCM2p2e7uXAK1H6zCRDZVdPDeumwfMiYwpQ==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (1.7ms)
Rendered devise/sessions/new.html.erb within layouts/application (7.4ms)
Rendered layouts/_navigation.html.erb (1.1ms)
Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 263ms (Views: 97.3ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-19 02:50:51 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Y89AYI+wb5VjISx2J64mBG/ITRhzs3thZNziIvhpePqxv6tKEbPpCUFMvd3xOZdhYny8rHlKz1LXUDlbXwVAgQ==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "admin@example.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 4ms (ActiveRecord: 0.5ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Y89AYI+wb5VjISx2J64mBG/ITRhzs3thZNziIvhpePqxv6tKEbPpCUFMvd3xOZdhYny8rHlKz1LXUDlbXwVAgQ==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (1.5ms)
Rendered devise/sessions/new.html.erb within layouts/application (7.1ms)
Rendered layouts/_navigation.html.erb (1.5ms)
Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 260ms (Views: 97.7ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-19 02:50:55 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kJtHvZgmYbvejlL7Amgzx+ke5I1fFL8rnCchj9K+zrJC66yXBiXnJ/zjw1DU/4Ki5KoVOVXtCxgvq/r2ddL2yQ==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "admin@example.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 4ms (ActiveRecord: 0.4ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kJtHvZgmYbvejlL7Amgzx+ke5I1fFL8rnCchj9K+zrJC66yXBiXnJ/zjw1DU/4Ki5KoVOVXtCxgvq/r2ddL2yQ==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (1.9ms)
Rendered devise/sessions/new.html.erb within layouts/application (6.8ms)
Rendered layouts/_navigation.html.erb (1.3ms)
Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 264ms (Views: 89.6ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_up” for 127.0.0.1 at 2018-03-19 02:50:58 +0200 Processing by Devise::RegistrationsController#new as HTML
Rendering devise/registrations/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (1.5ms) Rendered devise/registrations/new.html.erb within layouts/application (6.3ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.html.erb (0.5ms)
Completed 200 OK in 100ms (Views: 98.8ms | ActiveRecord: 0.0ms)
Started POST “/users” for 127.0.0.1 at 2018-03-19 02:51:10 +0200 Processing by Devise::RegistrationsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"edE9lSOY+isIFRg/W4XdYCY9QqgkeQ9sg/zOXQEs+gWroda/vZt8typ4iZSNEmwFK4mzHC6Au18wcBUkpkDCfg==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[36mUser Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "admin@example.com"], ["LIMIT", 1]]
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["email", "admin@example.com"], ["encrypted_password", "$2a$11$xi8ft3c3kJUm3BCqM1SuC.qrFhGUslgzXpNef4qXKPLqySBQNtEiW"], ["created_at", "2018-03-19 00:51:10.741735"], ["updated_at", "2018-03-19 00:51:10.741735"]]
[1m[35m (3.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?[0m [["sign_in_count", 1], ["current_sign_in_at", "2018-03-19 00:51:10.747658"], ["last_sign_in_at", "2018-03-19 00:51:10.747658"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2018-03-19 00:51:10.748671"], ["id", 2]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/ Completed 302 Found in 212ms (ActiveRecord: 7.3ms)
Started GET “/” for 127.0.0.1 at 2018-03-19 02:51:10 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.5ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 89ms (Views: 82.4ms | ActiveRecord: 0.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-19 02:51:14 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (2.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (56.2ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (66.6ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 195ms (Views: 148.0ms | ActiveRecord: 8.1ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-19 02:51:29 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"pgn4GCoaS2MfjAPv5WfGJl3zNK7e3TS0UHYCmKYbPUp0eRMytBnN/z3hkkQz8HdDUEfFGtQkgIfj+tnhAXcFMQ==", "expense"=>{"date"=>"03/01/2018 2:51 AM", "category_id"=>{"category_id"=>"9"}, "description"=>"Bank Charges", "cost"=>"50"}, "commit"=>"Submit"}
[1m[36mUser Load (2.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Unpermitted parameters: :date, :category_id, :description, :cost
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.8ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-19 00:51:29.293433"], ["updated_at", "2018-03-19 00:51:29.293433"], ["user_id", 2]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 16ms (ActiveRecord: 5.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-19 02:51:29 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (9.9ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (17.6ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 103ms (Views: 95.5ms | ActiveRecord: 1.2ms)
Started GET “/expenses/4/edit” for 127.0.0.1 at 2018-03-19 02:51:34 +0200 Processing by ExpensesController#edit as HTML
Parameters: {"id"=>"4"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 2], ["id", 4], ["LIMIT", 1]]
Rendering expenses/edit.html.erb within layouts/application
[1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (7.2ms)
Rendered expenses/edit.html.erb within layouts/application (10.7ms)
Rendered layouts/_navigation.html.erb (1.4ms)
Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 118ms (Views: 107.0ms | ActiveRecord: 0.9ms)
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-19 02:51:51 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (8.3ms)
[1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (13.7ms)
Rendered layouts/_navigation.html.erb (2.9ms)
Rendered layouts/_messages.html.erb (1.8ms)
Completed 200 OK in 174ms (Views: 164.6ms | ActiveRecord: 1.2ms)
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-19 02:51:56 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (0.6ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (12.1ms)
[1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (17.9ms)
Rendered layouts/_navigation.html.erb (1.4ms)
Rendered layouts/_messages.html.erb (1.5ms)
Completed 200 OK in 107ms (Views: 99.5ms | ActiveRecord: 1.3ms)
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-19 02:52:18 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
Rendered expenses/_form.html.erb (6.2ms)
Rendered expenses/index.html.erb within layouts/application (11.5ms)
Completed 401 Unauthorized in 73ms (ActiveRecord: 1.7ms)
NoMethodError - undefined method `errors' for nil:NilClass:
app/views/expenses/_form.html.erb:8:in `block in _app_views_expenses__form_html_erb__473548838204644061_70337506809760' app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb__473548838204644061_70337506809760' app/views/expenses/index.html.erb:15:in `_app_views_expenses_index_html_erb__252355803045958582_70337509952000'
Started POST “/__better_errors/1db9d3c0adae1a09/variables” for 127.0.0.1 at 2018-03-19 02:52:18 +0200
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-19 03:03:56 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
Rendered expenses/_form.html.erb (7.1ms)
Rendered expenses/index.html.erb within layouts/application (14.2ms)
Completed 401 Unauthorized in 115ms (ActiveRecord: 5.6ms)
NoMethodError - undefined method `errors' for nil:NilClass:
app/views/expenses/_form.html.erb:8:in `block in _app_views_expenses__form_html_erb__473548838204644061_70337435867740' app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb__473548838204644061_70337435867740' app/views/expenses/index.html.erb:15:in `_app_views_expenses_index_html_erb__252355803045958582_70337507735680'
Started POST “/__better_errors/2851fd507d7a087b/variables” for 127.0.0.1 at 2018-03-19 03:03:56 +0200
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-19 03:05:44 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (2.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
Rendered expenses/_form.html.erb (12.5ms)
Rendered expenses/index.html.erb within layouts/application (28.3ms)
Completed 401 Unauthorized in 98ms (ActiveRecord: 2.8ms)
SyntaxError - syntax error, unexpected keyword_ensure, expecting keyword_end /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:69: syntax error, unexpected end-of-input, expecting keyword_end:
app/views/expenses/_form.html.erb:67:in `' app/views/expenses/index.html.erb:15:in `_app_views_expenses_index_html_erb__252355803045958582_70337507945180'
Started POST “/__better_errors/e7950bf0bbbe2e76/variables” for 127.0.0.1 at 2018-03-19 03:05:44 +0200
[1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-19 03:06:27 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (1.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
Rendered expenses/_form.html.erb (6.4ms)
Rendered expenses/index.html.erb within layouts/application (22.1ms)
Completed 401 Unauthorized in 91ms (ActiveRecord: 1.7ms)
SyntaxError - syntax error, unexpected keyword_ensure, expecting keyword_end /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:69: syntax error, unexpected end-of-input, expecting keyword_end:
app/views/expenses/_form.html.erb:67:in `' app/views/expenses/index.html.erb:15:in `_app_views_expenses_index_html_erb__252355803045958582_70337489490560'
Started POST “/__better_errors/012b9577bc3cf0e3/variables” for 127.0.0.1 at 2018-03-19 03:06:27 +0200
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-19 03:06:49 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
Rendered expenses/_form.html.erb (4.7ms)
Rendered expenses/index.html.erb within layouts/application (7.9ms)
Completed 401 Unauthorized in 29ms (ActiveRecord: 0.4ms)
NoMethodError - undefined method `errors' for nil:NilClass:
app/views/expenses/_form.html.erb:11:in `block in _app_views_expenses__form_html_erb__473548838204644061_70337448800260' app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb__473548838204644061_70337448800260' app/views/expenses/index.html.erb:15:in `_app_views_expenses_index_html_erb__252355803045958582_70337451060260'
Started POST “/__better_errors/41742de77f128879/variables” for 127.0.0.1 at 2018-03-19 03:06:49 +0200
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 11]]
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-19 03:07:23 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (0.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (34.3ms)
[1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (42.7ms)
Rendered layouts/_navigation.html.erb (2.1ms)
Rendered layouts/_messages.html.erb (1.5ms)
Completed 200 OK in 286ms (Views: 276.3ms | ActiveRecord: 2.0ms)
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-19 03:07:27 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (0.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (8.3ms)
[1m[36mExpense Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (17.5ms)
Rendered layouts/_navigation.html.erb (1.7ms)
Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 151ms (Views: 143.2ms | ActiveRecord: 1.3ms)
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-19 03:07:29 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (10.5ms)
[1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (15.7ms)
Rendered layouts/_navigation.html.erb (1.2ms)
Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 114ms (Views: 108.2ms | ActiveRecord: 1.1ms)
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-19 03:07:30 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (0.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (26.9ms)
[1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (0.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (36.5ms)
Rendered layouts/_navigation.html.erb (1.7ms)
Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 185ms (Views: 173.0ms | ActiveRecord: 2.4ms)
Started GET “/expenses/4/edit” for 127.0.0.1 at 2018-03-19 03:07:32 +0200 Processing by ExpensesController#edit as HTML
Parameters: {"id"=>"4"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 2], ["id", 4], ["LIMIT", 1]]
Rendering expenses/edit.html.erb within layouts/application
[1m[36mCategory Load (0.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (11.3ms)
Rendered expenses/edit.html.erb within layouts/application (14.2ms)
Rendered layouts/_navigation.html.erb (1.0ms)
Rendered layouts/_messages.html.erb (2.6ms)
Completed 200 OK in 110ms (Views: 97.2ms | ActiveRecord: 1.0ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-19 03:07:50 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/8ztunUXCADfIx/byTZGuiwM+QZP/OheCXKsreP343EtvAaQ6xSOnP1OjnAfofffIbgIskUFXG26/nfURJvbCg==", "date"=>"03/19/2018 3:07 AM", "category_id"=>{"category_id"=>"2"}, "description"=>"Water", "cost"=>"499", "commit"=>"Submit"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Completed 401 Unauthorized in 6ms (ActiveRecord: 0.4ms)
ActionController::ParameterMissing - param is missing or the value is empty: expense:
app/controllers/expenses_controller.rb:85:in `expense_params' app/controllers/expenses_controller.rb:40:in `create'
Started POST “/__better_errors/617fa5682d9ebb56/variables” for 127.0.0.1 at 2018-03-19 03:07:50 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-19 03:10:27 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/8ztunUXCADfIx/byTZGuiwM+QZP/OheCXKsreP343EtvAaQ6xSOnP1OjnAfofffIbgIskUFXG26/nfURJvbCg==", "date"=>"03/19/2018 3:07 AM", "category_id"=>{"category_id"=>"2"}, "description"=>"Water", "cost"=>"499", "commit"=>"Submit"}
[1m[36mUser Load (3.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Completed 401 Unauthorized in 34ms (ActiveRecord: 3.6ms)
ActionController::ParameterMissing - param is missing or the value is empty: expense:
app/controllers/expenses_controller.rb:85:in `expense_params' app/controllers/expenses_controller.rb:40:in `create'
Started POST “/__better_errors/14bf86bd4c1428aa/variables” for 127.0.0.1 at 2018-03-19 03:10:28 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-19 03:11:02 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/8ztunUXCADfIx/byTZGuiwM+QZP/OheCXKsreP343EtvAaQ6xSOnP1OjnAfofffIbgIskUFXG26/nfURJvbCg==", "date"=>"03/19/2018 3:07 AM", "category_id"=>{"category_id"=>"2"}, "description"=>"Water", "cost"=>"499", "commit"=>"Submit"}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Completed 401 Unauthorized in 54ms (ActiveRecord: 1.8ms)
ActionController::ParameterMissing - param is missing or the value is empty: expense:
app/controllers/expenses_controller.rb:85:in `expense_params' app/controllers/expenses_controller.rb:40:in `create'
Started POST “/__better_errors/e59500510de975e0/variables” for 127.0.0.1 at 2018-03-19 03:11:02 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-19 03:11:22 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/8ztunUXCADfIx/byTZGuiwM+QZP/OheCXKsreP343EtvAaQ6xSOnP1OjnAfofffIbgIskUFXG26/nfURJvbCg==", "date"=>"03/19/2018 3:07 AM", "category_id"=>{"category_id"=>"2"}, "description"=>"Water", "cost"=>"499", "commit"=>"Submit"}
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Completed 401 Unauthorized in 77ms (ActiveRecord: 3.4ms)
ActionController::ParameterMissing - param is missing or the value is empty: expense:
app/controllers/expenses_controller.rb:85:in `expense_params' app/controllers/expenses_controller.rb:40:in `create'
Started POST “/__better_errors/c27556d5d39bd5aa/variables” for 127.0.0.1 at 2018-03-19 03:11:22 +0200 Started GET “/” for 127.0.0.1 at 2018-03-19 03:11:27 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (1.2ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (1.6ms)
Completed 200 OK in 193ms (Views: 187.3ms | ActiveRecord: 0.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-19 03:11:29 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (23.2ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (39.0ms) Rendered layouts/_navigation.html.erb (0.9ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 159ms (Views: 131.6ms | ActiveRecord: 3.7ms)
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-19 03:11:32 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (6.6ms)
[1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (11.8ms)
Rendered layouts/_navigation.html.erb (0.9ms)
Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 81ms (Views: 73.3ms | ActiveRecord: 1.1ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-19 03:11:49 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"e1oCLh4WP2pn8kVDjB8hQTWEqoe2AViAdJODEElgjm+pKukEgBW59kWf1OhaiJAkODBbM7z47LPHH1hp7gy2FA==", "expense"=>{"date"=>"03/07/2018 3:11 AM", "category_id"=>{"category_id"=>"7"}, "description"=>"J;KJ;ERQ", "cost"=>"YHIS"}, "commit"=>"Submit"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Unpermitted parameters: :date, :category_id, :description, :cost
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (5.9ms)[0m [1m[32mINSERT INTO "expenses" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?)[0m [["created_at", "2018-03-19 01:11:49.518150"], ["updated_at", "2018-03-19 01:11:49.518150"], ["user_id", 2]]
[1m[35m (3.1ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 20ms (ActiveRecord: 9.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-19 03:11:49 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (9.1ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (19.0ms) Rendered layouts/_navigation.html.erb (2.0ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 150ms (Views: 140.9ms | ActiveRecord: 1.4ms)
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-19 03:14:19 +0200
SyntaxError - syntax error, unexpected '{', expecting ']' …ire(:expense).permit[:category{:name},category_id:line, :Dat… … ^
- /Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:85: syntax error, unexpected ',', expecting &. or
-
or '[' or '.'
…:name},category_id:line, :Date, :AccountName, :Description, … … ^:
app/controllers/expenses_controller.rb:85:in `'
Started POST “/__better_errors/65e7e392c10a13f3/variables” for 127.0.0.1 at 2018-03-19 03:14:20 +0200 Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-19 03:14:47 +0200
SyntaxError - syntax error, unexpected tLABEL, expecting '=' …t{:category,category_id:line, :Date, :AccountName, :D… … ^
- /Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:85: syntax error, unexpected ',', expecting &. or
-
or '[' or '.'
…:name],category_id:line, :Date, :AccountName, :Description, … … ^:
app/controllers/expenses_controller.rb:85:in `'
Started POST “/__better_errors/977c47ad02acbea8/variables” for 127.0.0.1 at 2018-03-19 03:14:47 +0200 Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-19 03:15:09 +0200
SyntaxError - syntax error, unexpected =>, expecting '}' …re(:expense).permit{:category=>,category_id:line, :Da… … ^ /Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:85: syntax error, unexpected ',', expecting '}' …nse).permit{:category=>,category_id:line, :Date, :Acc… … ^
- /Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:85: syntax error, unexpected ',', expecting &. or
-
or '[' or '.'
…:name],category_id:line, :Date, :AccountName, :Description, … … ^:
app/controllers/expenses_controller.rb:85:in `'
Started POST “/__better_errors/3c2a6ab8716e5e57/variables” for 127.0.0.1 at 2018-03-19 03:15:10 +0200 Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-19 03:15:45 +0200
SyntaxError - syntax error, unexpected ',', expecting => …:name],category_id:line, :Date, :AccountName, :Description, … … ^:
app/controllers/expenses_controller.rb:85:in `'
Started POST “/__better_errors/8845e361821a506d/variables” for 127.0.0.1 at 2018-03-19 03:15:45 +0200 Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-19 03:15:58 +0200
SyntaxError - syntax error, unexpected ',' …category=>,category_id:,line, :Date, :AccountName, :D… … ^
- /Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:85: syntax error, unexpected ',', expecting &. or
-
or '[' or '.'
…name],category_id:,line, :Date, :AccountName, :Description, … … ^:
app/controllers/expenses_controller.rb:85:in `'
Started POST “/__better_errors/e691d6533200562e/variables” for 127.0.0.1 at 2018-03-19 03:15:58 +0200 Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-19 03:16:14 +0200
SyntaxError - syntax error, unexpected ',', expecting => …ategory=>, :category_id, :line, :Date, :AccountName, … … ^:
app/controllers/expenses_controller.rb:85:in `'
Started POST “/__better_errors/6f63068ad0c687c4/variables” for 127.0.0.1 at 2018-03-19 03:16:14 +0200 Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-19 03:16:30 +0200
SyntaxError - syntax error, unexpected ',', expecting => …rmit(:category=>, :line, :Date, :AccountName, :Descri… … ^:
app/controllers/expenses_controller.rb:85:in `'
Started POST “/__better_errors/35c7d7eefa26153c/variables” for 127.0.0.1 at 2018-03-19 03:16:30 +0200 Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-19 03:17:26 +0200
SyntaxError - syntax error, unexpected ',', expecting => …it(:category=> [:name ], :line, :Date, :AccountName, :Descri… … ^:
app/controllers/expenses_controller.rb:85:in `'
Started POST “/__better_errors/6dc9d8e476ea656c/variables” for 127.0.0.1 at 2018-03-19 03:17:26 +0200 Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-19 03:18:06 +0200
SyntaxError - syntax error, unexpected ',', expecting => …it(:category=> [:name ], :Line, :Date, :AccountName, :Descri… … ^:
app/controllers/expenses_controller.rb:85:in `'
Started POST “/__better_errors/941e008581bfaeb4/variables” for 127.0.0.1 at 2018-03-19 03:18:07 +0200 Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-19 03:18:58 +0200
SyntaxError - syntax error, unexpected ',', expecting => …it(:category=> [:name ], :Line, :Date, :AccountName, :Descri… … ^:
app/controllers/expenses_controller.rb:85:in `'
Started POST “/__better_errors/e6471eea5eb07dea/variables” for 127.0.0.1 at 2018-03-19 03:18:59 +0200 Started GET “/” for 127.0.0.1 at 2018-03-20 14:19:29 +0200
[1m[35m (2.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (11.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-20 14:19:34 +0200 Completed 401 Unauthorized in 10149ms (ActiveRecord: 4.2ms)
Sprockets::FileNotFound - couldn't find file 'jquery-ujs' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/media /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/images /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/javascript /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/momentjs-rails-2.17.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/javascripts/application.js:16:in `' app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb___4147782821317799991_70218016200900'
SyntaxError - syntax error, unexpected ',', expecting => …it(:category=> [:name ], :Line, :Date, :AccountName, :Descri… … ^:
app/controllers/expenses_controller.rb:85:in `'
Started POST “/__better_errors/3d266cff36ad4d17/variables” for 127.0.0.1 at 2018-03-20 14:19:40 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-20 14:20:50 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (2.8ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (496.4ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (520.5ms)
Completed 401 Unauthorized in 786ms (ActiveRecord: 15.2ms)
Sprockets::FileNotFound - couldn't find file 'jquery-ujs' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/media /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/images /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/javascript /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/momentjs-rails-2.17.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/javascripts/application.js:16:in `' app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb___4147782821317799991_70218096105420'
Started POST “/__better_errors/d3ae931dcabfa519/variables” for 127.0.0.1 at 2018-03-20 14:20:52 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-20 14:21:32 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.8ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (15.4ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (3.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (34.3ms) Rendered layouts/_navigation.html.erb (3.8ms) Rendered layouts/_messages.html.erb (2.6ms)
Completed 200 OK in 2974ms (Views: 2935.6ms | ActiveRecord: 8.8ms)
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-20 14:21:43 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (13.7ms)
[1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (23.3ms)
Rendered layouts/_navigation.html.erb (2.3ms)
Rendered layouts/_messages.html.erb (1.9ms)
Completed 200 OK in 140ms (Views: 130.8ms | ActiveRecord: 1.1ms)
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-20 14:21:45 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (13.2ms)
[1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (21.2ms)
Rendered layouts/_navigation.html.erb (1.6ms)
Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 124ms (Views: 112.7ms | ActiveRecord: 1.0ms)
Started GET “/expenses/4/edit” for 127.0.0.1 at 2018-03-20 14:21:46 +0200 Processing by ExpensesController#edit as HTML
Parameters: {"id"=>"4"}
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 2], ["id", 4], ["LIMIT", 1]]
Rendering expenses/edit.html.erb within layouts/application
[1m[36mCategory Load (0.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (7.8ms)
Rendered expenses/edit.html.erb within layouts/application (11.8ms)
Rendered layouts/_navigation.html.erb (0.9ms)
Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 118ms (Views: 108.3ms | ActiveRecord: 0.7ms)
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-20 14:22:10 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (2.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (0.6ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (19.3ms)
[1m[36mExpense Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (35.1ms)
Completed 401 Unauthorized in 174ms (ActiveRecord: 3.2ms)
Sprockets::FileNotFound - couldn't find file 'jquery-ujs' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/media /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/images /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/javascript /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/momentjs-rails-2.17.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/javascripts/application.js:16:in `' app/views/layouts/application.html.erb:16:in `_app_views_layouts_application_html_erb___4147782821317799991_70218090894640'
Started POST “/__better_errors/da46dcce95f73d69/variables” for 127.0.0.1 at 2018-03-20 14:22:10 +0200 Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-20 14:24:07 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (5.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (398.0ms)
[1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (425.6ms)
Completed 401 Unauthorized in 9392ms (ActiveRecord: 15.2ms)
Sprockets::FileNotFound - couldn't find file 'jquery-ujs' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/media /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/images /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/javascript /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/momentjs-rails-2.17.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/javascripts/application.js:16:in `' app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb___2161062486956955654_70222976059420'
Started POST “/__better_errors/f885ea9dfde16e57/variables” for 127.0.0.1 at 2018-03-20 14:24:18 +0200 Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-20 14:26:15 +0200
[1m[35m (2.8ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (2.9ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (439.1ms)
[1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (467.9ms)
Completed 401 Unauthorized in 1325ms (ActiveRecord: 13.9ms)
Sprockets::FileNotFound - couldn't find file 'jquery-ujs' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/media /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/images /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/javascript /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/momentjs-rails-2.17.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/javascripts/application.js:16:in `' app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb___3300529940699985240_70106236933400'
Started POST “/__better_errors/586b3a103b9127e0/variables” for 127.0.0.1 at 2018-03-20 14:26:17 +0200 Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-20 14:26:36 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (2.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (2.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (9.8ms)
[1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (23.6ms)
Completed 401 Unauthorized in 740ms (ActiveRecord: 10.7ms)
Sprockets::FileNotFound - couldn't find file 'jquery-ujs' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/media /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/images /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/javascript /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/momentjs-rails-2.17.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/javascripts/application.js:17:in `' app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb___3300529940699985240_70106204066540'
Started POST “/__better_errors/7a196544e724cec3/variables” for 127.0.0.1 at 2018-03-20 14:26:37 +0200 Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-20 21:57:47 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (13.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (13.6ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (158.5ms)
[1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (283.5ms)
Completed 401 Unauthorized in 928ms (ActiveRecord: 32.9ms)
Sprockets::FileNotFound - couldn't find file 'jquery-ujs' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/media /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/images /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/javascript /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/momentjs-rails-2.17.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/javascripts/application.js:17:in `' app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb___3300529940699985240_70106253965540'
Started POST “/__better_errors/218dd568a66475c1/variables” for 127.0.0.1 at 2018-03-20 21:57:49 +0200 Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-20 22:01:01 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (5.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (2.8ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (51.9ms)
[1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (3.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (89.7ms)
Completed 401 Unauthorized in 449ms (ActiveRecord: 13.4ms)
Sprockets::FileNotFound - couldn't find file 'jquery-ujs' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/media /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/images /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/javascript /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/momentjs-rails-2.17.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/javascripts/application.js:17:in `' app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb___3300529940699985240_70106238513500'
Started POST “/__better_errors/95c8d926958a5349/variables” for 127.0.0.1 at 2018-03-20 22:01:03 +0200 Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-20 22:12:49 +0200
[1m[35m (2.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (2.6ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (345.0ms)
[1m[36mExpense Exists (0.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (363.6ms)
Completed 401 Unauthorized in 549ms (ActiveRecord: 11.4ms)
SyntaxError - syntax error, unexpected ')', expecting => …data-turbolinks-track=“reload”);@output_buffer.safe_append=' … ^ /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:36: syntax error, unexpected keyword_ensure, expecting ')' /Users/musochilimboyi/CashFlosum/app/views/layouts/application.html.erb:38: syntax error, unexpected keyword_end, expecting ')':
app/views/layouts/application.html.erb:13:in `'
Started POST “/__better_errors/5061ccd19af7e523/variables” for 127.0.0.1 at 2018-03-20 22:12:50 +0200 Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-20 22:13:19 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (0.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (7.5ms)
[1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (15.9ms)
Completed 401 Unauthorized in 1149ms (ActiveRecord: 0.9ms)
Sprockets::FileNotFound - couldn't find file 'jquery-ujs' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/media /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/images /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/javascript /Library/Ruby/Gems/2.3.0/gems/datatablesassets-rails-1.0.1/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/momentjs-rails-2.17.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/javascripts/application.js:17:in `' app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb___896273622638763179_70199765303860'
Started POST “/__better_errors/1fba8f6aa690a9d6/variables” for 127.0.0.1 at 2018-03-20 22:13:20 +0200 Started GET “/” for 127.0.0.1 at 2018-03-21 16:00:29 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (6.2ms) Rendered layouts/_navigation.html.erb (2.2ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 10928ms (Views: 10786.5ms | ActiveRecord: 4.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 16:00:44 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (2.6ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (415.2ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (440.0ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 713ms (Views: 544.1ms | ActiveRecord: 12.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 16:02:19 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (2.6ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (25.3ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (47.1ms) Rendered layouts/_navigation.html.erb (3.3ms) Rendered layouts/_messages.html.erb (2.1ms)
Completed 200 OK in 256ms (Views: 206.9ms | ActiveRecord: 11.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 16:11:45 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (2.8ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (35.1ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]] [1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]] Rendered expenses/index.html.erb within layouts/application (55.6ms) Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.html.erb (1.5ms)
Completed 200 OK in 437ms (Views: 369.8ms | ActiveRecord: 12.8ms)
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-21 16:12:04 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (2.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (9.0ms)
[1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (3.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (22.3ms)
Rendered layouts/_navigation.html.erb (2.3ms)
Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 179ms (Views: 155.8ms | ActiveRecord: 10.2ms)
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-21 16:12:47 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (1.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (28.9ms)
[1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (43.6ms)
Rendered layouts/_navigation.html.erb (2.2ms)
Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 517ms (Views: 504.5ms | ActiveRecord: 2.1ms)
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-21 16:18:15 +0200
[1m[35m (2.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (0.6ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (410.4ms)
[1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (435.4ms)
Rendered layouts/_navigation.html.erb (1.3ms)
Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 7414ms (Views: 7244.0ms | ActiveRecord: 11.7ms)
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-21 16:19:23 +0200
[1m[35m (2.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (2.6ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (351.1ms)
[1m[36mExpense Exists (1.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (385.0ms)
Completed 401 Unauthorized in 1589ms (ActiveRecord: 10.0ms)
Sprockets::FileNotFound - couldn't find file 'jquery-ujs' with type 'application/javascript' Checked in these paths:
/Users/musochilimboyi/CashFlosum/app/assets/config /Users/musochilimboyi/CashFlosum/app/assets/images /Users/musochilimboyi/CashFlosum/app/assets/javascripts /Users/musochilimboyi/CashFlosum/app/assets/stylesheets /Users/musochilimboyi/CashFlosum/vendor/assets/javascript /Users/musochilimboyi/CashFlosum/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/devise-bootstrap-views-0.0.11/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/coffee-rails-4.2.2/lib/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/media /Library/Ruby/Gems/2.3.0/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap3-datetimepicker-rails-4.14.30/vendor/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/momentjs-rails-2.17.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/images /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/actioncable-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/actionview-5.1.5/lib/assets/compiled /Library/Ruby/Gems/2.3.0/gems/turbolinks-source-5.1.0/lib/assets/javascripts /Users/musochilimboyi/CashFlosum/Rails/vendor/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/fonts /Library/Ruby/Gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/images /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/font-awesome-sass-4.3.2.1/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/stylesheets /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/javascripts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/fonts /Library/Ruby/Gems/2.3.0/gems/patternfly-sass-3.0.0/assets/images: app/assets/javascripts/application.js:17:in `' app/views/layouts/application.html.erb:13:in `_app_views_layouts_application_html_erb___615205956975315301_70348593762120'
Started POST “/__better_errors/36ecc0de8dbb46f0/variables” for 127.0.0.1 at 2018-03-21 16:19:25 +0200 Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-21 16:22:59 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (2.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (449.3ms)
[1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (2.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (476.2ms)
Rendered layouts/_navigation.html.erb (1.3ms)
Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 3741ms (Views: 3571.9ms | ActiveRecord: 14.1ms)
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-21 16:25:20 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (3.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (2.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (27.1ms)
[1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (2.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (47.5ms)
Rendered layouts/_navigation.html.erb (1.4ms)
Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 695ms (Views: 640.7ms | ActiveRecord: 10.7ms)
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-21 16:26:34 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (4.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (2.9ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (24.8ms)
[1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (46.2ms)
Rendered layouts/_navigation.html.erb (3.4ms)
Rendered layouts/_messages.html.erb (1.9ms)
Completed 200 OK in 600ms (Views: 549.9ms | ActiveRecord: 12.1ms)
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-21 16:27:19 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (3.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (2.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (8.9ms)
[1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (3.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (23.0ms)
Rendered layouts/_navigation.html.erb (2.3ms)
Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 490ms (Views: 472.5ms | ActiveRecord: 10.8ms)
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-21 16:29:15 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (3.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (2.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (22.0ms)
[1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (44.2ms)
Rendered layouts/_navigation.html.erb (2.1ms)
Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 581ms (Views: 534.7ms | ActiveRecord: 11.7ms)
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-21 16:31:48 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (3.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (2.8ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (21.2ms)
[1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (40.7ms)
Rendered layouts/_navigation.html.erb (4.3ms)
Rendered layouts/_messages.html.erb (2.6ms)
Completed 200 OK in 699ms (Views: 645.2ms | ActiveRecord: 11.3ms)
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-21 16:32:13 +0200 Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (2.9ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (14.1ms)
[1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (32.5ms)
Rendered layouts/_navigation.html.erb (1.9ms)
Rendered layouts/_messages.html.erb (1.8ms)
Completed 200 OK in 1477ms (Views: 1453.2ms | ActiveRecord: 10.3ms)
Started GET “/expenses?data%5Bconfirm%5D=Are+you+sure%3F&method=delete” for 127.0.0.1 at 2018-03-21 16:35:45 +0200
[1m[35m (2.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
Parameters: {"data"=>{"confirm"=>"Are you sure?"}, "method"=>"delete"}
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Rendering expenses/index.html.erb within layouts/application
[1m[36mCategory Load (2.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m
Rendered expenses/_form.html.erb (452.7ms)
[1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 2]]
Rendered expenses/index.html.erb within layouts/application (481.0ms)
Rendered layouts/_navigation.html.erb (2.0ms)
Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 3653ms (Views: 3456.5ms | ActiveRecord: 14.2ms)
Started DELETE “/expenses/5” for 127.0.0.1 at 2018-03-21 16:35:55 +0200 Processing by ExpensesController#destroy as HTML
Parameters: {"authenticity_token"=>"66X7FIkkdBBnnUGYKCmt4aXMDvfr1GZthpiqKeylnqU51RA+FyfyjEXw0DP+vhyEqHj/Q+Et0l41FHFQS8mm3g==", "id"=>"5"}
[1m[36mUser Load (3.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
[1m[36mExpense Load (5.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 2], ["id", 5], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (6.0ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 5]]
[1m[35mSQL (2.4ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 2]]
[1m[35m (3.7ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 69ms (ActiveRecord: 20.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 16:35:55 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
Completed 401 Unauthorized in 16ms (ActiveRecord: 0.5ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-21 16:35:55 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (3.5ms) Rendered devise/sessions/new.html.erb within layouts/application (50.0ms) Rendered layouts/_navigation.html.erb (1.9ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 308ms (Views: 299.8ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-21 16:35:58 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/SoID5AIeyUD71MhxkfHyM341NZycgpGnRdonT5JG3IvWuMlDgv9uSGCwooQ0HatwEwlYniLvnUum7PkmSUjCQ==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "admin@example.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 52ms (ActiveRecord: 2.5ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/SoID5AIeyUD71MhxkfHyM341NZycgpGnRdonT5JG3IvWuMlDgv9uSGCwooQ0HatwEwlYniLvnUum7PkmSUjCQ==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (3.6ms)
Rendered devise/sessions/new.html.erb within layouts/application (41.1ms)
Rendered layouts/_navigation.html.erb (1.9ms)
Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 531ms (Views: 289.0ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_up” for 127.0.0.1 at 2018-03-21 16:36:12 +0200 Processing by Devise::RegistrationsController#new as HTML
Rendering devise/registrations/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (3.4ms) Rendered devise/registrations/new.html.erb within layouts/application (30.8ms) Rendered layouts/_navigation.html.erb (2.9ms) Rendered layouts/_messages.html.erb (1.6ms)
Completed 200 OK in 240ms (Views: 221.8ms | ActiveRecord: 0.0ms)
Started POST “/users” for 127.0.0.1 at 2018-03-21 16:36:34 +0200 Processing by Devise::RegistrationsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"igVNnQXxK4tIBI4Pj7oHvaBd/9OYsl2uoFWPz+jZ3M8SY73miZf01bzFGdKVGH6wego5uaQ9tSW5mHA9nXcbrg==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
[1m[35m (1.0ms)[0m [1m[36mbegin transaction[0m
[1m[36mUser Exists (0.5ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "admin@example.com"], ["LIMIT", 1]]
[1m[35mSQL (3.2ms)[0m [1m[32mINSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["email", "admin@example.com"], ["encrypted_password", "$2a$11$LiCqf/Kd6YAedAexj02IzOORcO0pjQu4L.p5S0bgv84T5J81UvEXe"], ["created_at", "2018-03-21 14:36:34.704448"], ["updated_at", "2018-03-21 14:36:34.704448"]]
[1m[35m (3.5ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[33mUPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?[0m [["sign_in_count", 1], ["current_sign_in_at", "2018-03-21 14:36:34.715721"], ["last_sign_in_at", "2018-03-21 14:36:34.715721"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2018-03-21 14:36:34.717344"], ["id", 3]]
[1m[35m (3.3ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 308ms (ActiveRecord: 12.2ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 16:36:34 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (2.7ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (15.9ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (22.4ms) Rendered layouts/_navigation.html.erb (2.9ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 189ms (Views: 173.3ms | ActiveRecord: 3.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 17:07:55 +0200
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (2.6ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (448.2ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (468.4ms) Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 6216ms (Views: 6046.3ms | ActiveRecord: 11.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 17:18:46 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (11.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (2.6ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (38.4ms) [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (81.1ms) Rendered layouts/_navigation.html.erb (4.6ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 1936ms (Views: 1823.0ms | ActiveRecord: 16.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 17:20:12 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (2.6ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (31.3ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (45.4ms) Rendered layouts/_navigation.html.erb (4.2ms) Rendered layouts/_messages.html.erb (2.3ms)
Completed 200 OK in 1474ms (Views: 1425.0ms | ActiveRecord: 8.6ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-21 17:21:10 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"MI2x2ZJBmWRstfFp31V+mw0P06ro/Hf7VVh78sI1noTi/VrzDEIf+E7YYMIJws/+ALsiHuIFw8jm1KCLZVmm/w==", "expense"=>{"date"=>"03/07/2018 5:20 PM", "category_id"=>{"category_id"=>"10"}, "description"=>"food", "cost"=>"400"}, "commit"=>"Submit"}
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
Unpermitted parameters: :date, :category_id, :description Completed 401 Unauthorized in 17ms (ActiveRecord: 2.6ms)
ActiveModel::UnknownAttributeError - unknown attribute 'cost' for Expense.:
app/controllers/expenses_controller.rb:40:in `create'
Started POST “/__better_errors/c129902465afc83c/variables” for 127.0.0.1 at 2018-03-21 17:21:10 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-21 17:31:48 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"MI2x2ZJBmWRstfFp31V+mw0P06ro/Hf7VVh78sI1noTi/VrzDEIf+E7YYMIJws/+ALsiHuIFw8jm1KCLZVmm/w==", "expense"=>{"date"=>"03/07/2018 5:20 PM", "category_id"=>{"category_id"=>"10"}, "description"=>"food", "cost"=>"400"}, "commit"=>"Submit"}
[1m[36mUser Load (4.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
Unpermitted parameters: :date, :category_id, :description Completed 401 Unauthorized in 44ms (ActiveRecord: 4.8ms)
ActiveModel::UnknownAttributeError - unknown attribute 'cost' for Expense.:
app/controllers/expenses_controller.rb:40:in `create'
Started POST “/__better_errors/d25085cd3c351c2f/variables” for 127.0.0.1 at 2018-03-21 17:31:48 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-21 17:32:19 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"MI2x2ZJBmWRstfFp31V+mw0P06ro/Hf7VVh78sI1noTi/VrzDEIf+E7YYMIJws/+ALsiHuIFw8jm1KCLZVmm/w==", "expense"=>{"date"=>"03/07/2018 5:20 PM", "category_id"=>{"category_id"=>"10"}, "description"=>"food", "cost"=>"400"}, "commit"=>"Submit"}
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
Unpermitted parameters: :date, :category_id, :description Completed 401 Unauthorized in 13ms (ActiveRecord: 2.6ms)
ActiveModel::UnknownAttributeError - unknown attribute 'cost' for Expense.:
app/controllers/expenses_controller.rb:40:in `create'
Started POST “/__better_errors/da22d141d16bcd1c/variables” for 127.0.0.1 at 2018-03-21 17:32:19 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-21 17:32:48 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"MI2x2ZJBmWRstfFp31V+mw0P06ro/Hf7VVh78sI1noTi/VrzDEIf+E7YYMIJws/+ALsiHuIFw8jm1KCLZVmm/w==", "expense"=>{"date"=>"03/07/2018 5:20 PM", "category_id"=>{"category_id"=>"10"}, "description"=>"food", "cost"=>"400"}, "commit"=>"Submit"}
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
Unpermitted parameters: :date, :category_id, :description, :cost
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (2.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (25.0ms) Rendered expenses/new.html.erb within layouts/application (32.4ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.html.erb (2.0ms)
Completed 200 OK in 414ms (Views: 287.7ms | ActiveRecord: 10.2ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-21 17:33:18 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"bdasSJL+HwqHWNIRNO1RDCHXq0jlYySz1XJVPVzrYFW/pkdiDP2ZlqU1Q7rieuBpLGNa/O+akIBm/o5E+4dYLg==", "expense"=>{"date"=>"03/14/2018 5:32 PM", "category_id"=>{"category_id"=>"5"}, "description"=>"ACCA expenses", "expense"=>"400"}, "commit"=>"Submit"}
[1m[36mUser Load (2.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
Unpermitted parameters: :date, :category_id, :description Completed 401 Unauthorized in 14ms (ActiveRecord: 2.8ms)
ActiveModel::UnknownAttributeError - unknown attribute 'expense' for Expense.:
app/controllers/expenses_controller.rb:40:in `create'
Started POST “/__better_errors/dfc28f061d6cbf04/variables” for 127.0.0.1 at 2018-03-21 17:33:19 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-21 17:33:47 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"bdasSJL+HwqHWNIRNO1RDCHXq0jlYySz1XJVPVzrYFW/pkdiDP2ZlqU1Q7rieuBpLGNa/O+akIBm/o5E+4dYLg==", "expense"=>{"date"=>"03/14/2018 5:32 PM", "category_id"=>{"category_id"=>"5"}, "description"=>"ACCA expenses", "expense"=>"400"}, "commit"=>"Submit"}
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
Unpermitted parameters: :date, :category_id, :description, :expense
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (2.9ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (57.1ms) Rendered expenses/new.html.erb within layouts/application (64.5ms) Rendered layouts/_navigation.html.erb (2.0ms) Rendered layouts/_messages.html.erb (1.5ms)
Completed 200 OK in 407ms (Views: 284.2ms | ActiveRecord: 9.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 17:33:54 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (7.0ms) [1m[36mExpense Exists (4.9ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (18.6ms) Rendered layouts/_navigation.html.erb (4.4ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 151ms (Views: 131.1ms | ActiveRecord: 5.8ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-21 17:34:24 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kRfZHrWQu4eCKGyS28PTUrlG13U4XQdffGYaPEAwkZyCnW7FIbK3IGEfxywb/5OZeQ0DglC0TpbfHfXuaXMUbA==", "expense"=>{"date"=>"03/07/2018 5:33 PM", "category_id"=>{"category_id"=>"3"}, "description"=>"Company Registration", "expense"=>"600"}, "commit"=>"Submit"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
Unpermitted parameters: :date, :category_id, :description, :expense
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (11.7ms) Rendered expenses/new.html.erb within layouts/application (18.2ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (1.7ms)
Completed 200 OK in 194ms (Views: 180.6ms | ActiveRecord: 1.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 17:34:27 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (7.6ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (12.4ms) Rendered layouts/_navigation.html.erb (1.9ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 156ms (Views: 141.9ms | ActiveRecord: 1.9ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-21 17:37:00 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"20D27PRBmUj9SyxVb4z2g8GW1JoweXeRM6mETqb5H2DIykE3YGOV7x58h+uvsLZIAd0AbViQPliQ0mucj7qakA==", "expense"=>{"date"=>"03/23/2018 5:36 PM", "category_id"=>{"category_id"=>"5"}, "description"=>"Acca exams", "expense"=>" 400"}, "commit"=>"Submit"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
Unpermitted parameters: :date, :category_id, :description, :expense
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (30.5ms) Rendered expenses/new.html.erb within layouts/application (37.5ms) Rendered layouts/_navigation.html.erb (3.7ms) Rendered layouts/_messages.html.erb (2.3ms)
Completed 200 OK in 355ms (Views: 220.6ms | ActiveRecord: 4.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 17:37:49 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (26.7ms) [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 1]] [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] Rendered expenses/index.html.erb within layouts/application (699.6ms)
Completed 401 Unauthorized in 793ms (ActiveRecord: 6.6ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]]
NameError - undefined local variable or method `expemses' for #<#<Class:0x007f908b56e758>:0x007f908b56c9d0> Did you mean? expenses_url
@expenses
expenses_path
expense_url
expense_path
@expense:
app/views/expenses/index.html.erb:56:in `_app_views_expenses_index_html_erb___1704003892156415399_70129394874360'
Started POST “/__better_errors/6201571f0398f7b1/variables” for 127.0.0.1 at 2018-03-21 17:37:50 +0200
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 17:38:00 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (9.5ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] Rendered expenses/index.html.erb within layouts/application (987.4ms)
Completed 401 Unauthorized in 1055ms (ActiveRecord: 6.8ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]]
NameError - undefined local variable or method `expenses' for #<#<Class:0x007f908b56e758>:0x007f90901e0b68> Did you mean? @expenses
expenses_url
expenses_path
@expense:
app/views/expenses/index.html.erb:56:in `_app_views_expenses_index_html_erb___1704003892156415399_70129434954480'
Started POST “/__better_errors/e841e78fcd266d03/variables” for 127.0.0.1 at 2018-03-21 17:38:02 +0200
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 17:38:30 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (9.3ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (20.3ms)
Completed 401 Unauthorized in 41ms (ActiveRecord: 1.2ms)
NameError - uninitialized constant ActionView::CompiledTemplates::Expenses:
app/views/expenses/index.html.erb:56:in `_app_views_expenses_index_html_erb___1704003892156415399_70129398861100'
Started POST “/__better_errors/dfa1759a1baed05d/variables” for 127.0.0.1 at 2018-03-21 17:38:31 +0200
[1m[36mExpense Load (0.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 17:39:42 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (27.1ms) [1m[36mExpense Exists (0.8ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 3], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (38.9ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 308ms (Views: 214.9ms | ActiveRecord: 5.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 17:40:07 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
Completed 401 Unauthorized in 38ms (ActiveRecord: 1.3ms)
NameError - uninitialized constant ExpensesController::Expenses:
app/controllers/expenses_controller.rb:8:in `index'
Started POST “/__better_errors/e37a4a0229e6171e/variables” for 127.0.0.1 at 2018-03-21 17:40:08 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-21 17:40:18 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (20.1ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" LIMIT ?[0m [["LIMIT", 1]] [1m[36mExpense Load (3.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses"[0m Rendered expenses/index.html.erb within layouts/application (36.7ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 243ms (Views: 169.7ms | ActiveRecord: 9.0ms)
Started DELETE “/expenses/4” for 127.0.0.1 at 2018-03-21 17:40:23 +0200 Processing by ExpensesController#destroy as HTML
Parameters: {"authenticity_token"=>"GFt9w8gwiviNC2213t02oCLmPww8kA0HqA+0+n13WqnKK5bpVjMMZK9m/B4ISofFL1LOuDZpuTQbg2+D2hti0g==", "id"=>"4"}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
[1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 3], ["id", 4], ["LIMIT", 1]]
Completed 401 Unauthorized in 13ms (ActiveRecord: 1.0ms)
ActiveRecord::RecordNotFound - Couldn't find Expense with 'id'=4 [WHERE “expenses”.“user_id” = ?]:
app/controllers/expenses_controller.rb:78:in `set_expense'
Started POST “/__better_errors/afe46fa9fe7c6a3f/variables” for 127.0.0.1 at 2018-03-21 17:40:23 +0200 Started DELETE “/expenses/4” for 127.0.0.1 at 2018-03-21 17:41:47 +0200 Processing by ExpensesController#destroy as HTML
Parameters: {"authenticity_token"=>"GFt9w8gwiviNC2213t02oCLmPww8kA0HqA+0+n13WqnKK5bpVjMMZK9m/B4ISofFL1LOuDZpuTQbg2+D2hti0g==", "id"=>"4"}
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
[1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 3], ["id", 4], ["LIMIT", 1]]
Completed 401 Unauthorized in 48ms (ActiveRecord: 5.1ms)
ActiveRecord::RecordNotFound - Couldn't find Expense with 'id'=4 [WHERE “expenses”.“user_id” = ?]:
app/controllers/expenses_controller.rb:79:in `set_expense'
Started POST “/__better_errors/e2563a2212ac8215/variables” for 127.0.0.1 at 2018-03-21 17:41:48 +0200 Started DELETE “/expenses/4” for 127.0.0.1 at 2018-03-21 17:42:22 +0200 Processing by ExpensesController#destroy as HTML
Parameters: {"authenticity_token"=>"GFt9w8gwiviNC2213t02oCLmPww8kA0HqA+0+n13WqnKK5bpVjMMZK9m/B4ISofFL1LOuDZpuTQbg2+D2hti0g==", "id"=>"4"}
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 3], ["id", 4], ["LIMIT", 1]]
Completed 401 Unauthorized in 31ms (ActiveRecord: 2.0ms)
ActiveRecord::RecordNotFound - Couldn't find Expense with 'id'=4 [WHERE “expenses”.“user_id” = ?]:
app/controllers/expenses_controller.rb:79:in `set_expense'
Started POST “/__better_errors/ff60918104acad27/variables” for 127.0.0.1 at 2018-03-21 17:42:22 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-21 17:45:03 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (27.9ms) [1m[36mExpense Exists (2.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" LIMIT ?[0m [["LIMIT", 1]] [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses"[0m Rendered expenses/index.html.erb within layouts/application (46.6ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 359ms (Views: 241.5ms | ActiveRecord: 8.2ms)
Started DELETE “/expenses/2” for 127.0.0.1 at 2018-03-21 17:45:08 +0200 Processing by ExpensesController#destroy as HTML
Parameters: {"authenticity_token"=>"ku9mnDeIZSnCoRRHYR96rnERSk/HZ9kGaXBl2UG0kedAn422qYvjteDMhey3iMvLfKW7+82ebTXa/L6g5tipnA==", "id"=>"2"}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 3], ["id", 2], ["LIMIT", 1]]
Completed 401 Unauthorized in 9ms (ActiveRecord: 0.9ms)
ActiveRecord::RecordNotFound - Couldn't find Expense with 'id'=2 [WHERE “expenses”.“user_id” = ?]:
app/controllers/expenses_controller.rb:79:in `set_expense'
Started POST “/__better_errors/24af7c71165b41b1/variables” for 127.0.0.1 at 2018-03-21 17:45:08 +0200 Started DELETE “/expenses/2” for 127.0.0.1 at 2018-03-21 17:45:18 +0200 Processing by ExpensesController#destroy as HTML
Parameters: {"authenticity_token"=>"ku9mnDeIZSnCoRRHYR96rnERSk/HZ9kGaXBl2UG0kedAn422qYvjteDMhey3iMvLfKW7+82ebTXa/L6g5tipnA==", "id"=>"2"}
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 3], ["id", 2], ["LIMIT", 1]]
Completed 401 Unauthorized in 46ms (ActiveRecord: 3.5ms)
ActiveRecord::RecordNotFound - Couldn't find Expense with 'id'=2 [WHERE “expenses”.“user_id” = ?]:
app/controllers/expenses_controller.rb:79:in `set_expense'
Started POST “/__better_errors/ae0041925cae567b/variables” for 127.0.0.1 at 2018-03-21 17:45:19 +0200 Started DELETE “/expenses/1” for 127.0.0.1 at 2018-03-21 19:49:02 +0200 Processing by ExpensesController#destroy as HTML
Parameters: {"authenticity_token"=>"ku9mnDeIZSnCoRRHYR96rnERSk/HZ9kGaXBl2UG0kedAn422qYvjteDMhey3iMvLfKW7+82ebTXa/L6g5tipnA==", "id"=>"1"}
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
[1m[36mExpense Load (2.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 3], ["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 92ms (ActiveRecord: 7.7ms)
ActiveRecord::RecordNotFound - Couldn't find Expense with 'id'=1 [WHERE “expenses”.“user_id” = ?]:
app/controllers/expenses_controller.rb:80:in `set_expense'
Started POST “/__better_errors/168a95d5ce0560e4/variables” for 127.0.0.1 at 2018-03-21 19:49:03 +0200 Started DELETE “/expenses/1” for 127.0.0.1 at 2018-03-21 19:50:47 +0200 Processing by ExpensesController#destroy as HTML
Parameters: {"authenticity_token"=>"ku9mnDeIZSnCoRRHYR96rnERSk/HZ9kGaXBl2UG0kedAn422qYvjteDMhey3iMvLfKW7+82ebTXa/L6g5tipnA==", "id"=>"1"}
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
[1m[36mExpense Load (2.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 3], ["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 86ms (ActiveRecord: 7.3ms)
ActiveRecord::RecordNotFound - Couldn't find Expense with 'id'=1 [WHERE “expenses”.“user_id” = ?]:
app/controllers/expenses_controller.rb:80:in `set_expense'
Started POST “/__better_errors/c69a099f1b2b2f5f/variables” for 127.0.0.1 at 2018-03-21 19:50:47 +0200
[1m[35m (5.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (2.5ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.5ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (4.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (7.6ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (3.1ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (0.4ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (3.6ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "line" varchar, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer)[0m
[1m[35m (4.6ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (5.2ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (0.4ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (6.9ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (3.5ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (9.0ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (3.2ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (3.7ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20180318232100)[0m
[1m[35m (4.0ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
(20180311185712), (20180310151858), (20180311222744), (20180310150946), (20180318225917);
[0m
[1m[35m (2.6ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-03-21 17:51:38.350313"], ["updated_at", "2018-03-21 17:51:38.350313"]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (3.3ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (0.4ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (4.1ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (0.3ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (3.2ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "line" varchar, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer)[0m
[1m[35m (23.3ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.3ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (12.0ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (2.2ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (12.2ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (6.2ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (9.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (4.4ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20180318232100)[0m
[1m[35m (4.4ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
(20180311185712), (20180310151858), (20180311222744), (20180310150946), (20180318225917);
[0m
[1m[35m (4.2ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[36mActiveRecord::InternalMetadata Load (0.4ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.8ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-03-21 17:51:38.478608"], ["updated_at", "2018-03-21 17:51:38.478608"]]
[1m[35m (11.7ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.4ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.8ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2018-03-21 17:51:38.496371"], ["key", "environment"]]
[1m[35m (3.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (1.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Auto & Transport"], ["created_at", "2018-03-21 17:51:38.560563"], ["updated_at", "2018-03-21 17:51:38.560563"]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nBills & Utilities"], ["created_at", "2018-03-21 17:51:38.566552"], ["updated_at", "2018-03-21 17:51:38.566552"]]
[1m[35m (3.0ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.2ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nBusiness Services"], ["created_at", "2018-03-21 17:51:38.571940"], ["updated_at", "2018-03-21 17:51:38.571940"]]
[1m[35m (3.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nCategory"], ["created_at", "2018-03-21 17:51:38.578404"], ["updated_at", "2018-03-21 17:51:38.578404"]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.2ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nEducation"], ["created_at", "2018-03-21 17:51:38.584507"], ["updated_at", "2018-03-21 17:51:38.584507"]]
[1m[35m (3.0ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.8ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nEntertainment"], ["created_at", "2018-03-21 17:51:38.591292"], ["updated_at", "2018-03-21 17:51:38.591292"]]
[1m[35m (2.8ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.2ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nExclude From Mint"], ["created_at", "2018-03-21 17:51:38.598415"], ["updated_at", "2018-03-21 17:51:38.598415"]]
[1m[35m (2.8ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nExpense"], ["created_at", "2018-03-21 17:51:38.605208"], ["updated_at", "2018-03-21 17:51:38.605208"]]
[1m[35m (1.4ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.1ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nFees & Charges"], ["created_at", "2018-03-21 17:51:38.608779"], ["updated_at", "2018-03-21 17:51:38.608779"]]
[1m[35m (10.6ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nFood & Dining"], ["created_at", "2018-03-21 17:51:38.624053"], ["updated_at", "2018-03-21 17:51:38.624053"]]
[1m[35m (1.8ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nGifts & Donations"], ["created_at", "2018-03-21 17:51:38.629480"], ["updated_at", "2018-03-21 17:51:38.629480"]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nHealth & Fitness (was healthcare)"], ["created_at", "2018-03-21 17:51:38.636113"], ["updated_at", "2018-03-21 17:51:38.636113"]]
[1m[35m (3.3ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nIncome"], ["created_at", "2018-03-21 17:51:38.642684"], ["updated_at", "2018-03-21 17:51:38.642684"]]
[1m[35m (2.7ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nIncome"], ["created_at", "2018-03-21 17:51:38.648391"], ["updated_at", "2018-03-21 17:51:38.648391"]]
[1m[35m (2.8ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nInvestments"], ["created_at", "2018-03-21 17:51:38.654025"], ["updated_at", "2018-03-21 17:51:38.654025"]]
[1m[35m (5.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nKids"], ["created_at", "2018-03-21 17:51:38.662998"], ["updated_at", "2018-03-21 17:51:38.662998"]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nMISC"], ["created_at", "2018-03-21 17:51:38.668831"], ["updated_at", "2018-03-21 17:51:38.668831"]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nPersonal Care"], ["created_at", "2018-03-21 17:51:38.674152"], ["updated_at", "2018-03-21 17:51:38.674152"]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.8ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nShopping"], ["created_at", "2018-03-21 17:51:38.682596"], ["updated_at", "2018-03-21 17:51:38.682596"]]
[1m[35m (3.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nTaxes"], ["created_at", "2018-03-21 17:51:38.689746"], ["updated_at", "2018-03-21 17:51:38.689746"]]
[1m[35m (2.6ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nTravel"], ["created_at", "2018-03-21 17:51:38.695298"], ["updated_at", "2018-03-21 17:51:38.695298"]]
[1m[35m (3.2ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "\nUncategorized"], ["created_at", "2018-03-21 17:51:38.700715"], ["updated_at", "2018-03-21 17:51:38.700715"]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 19:52:25 +0200
[1m[35m (2.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
Completed 401 Unauthorized in 79ms (ActiveRecord: 2.1ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-21 19:52:26 +0200 Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-21 19:52:26 +0200 Processing by Devise::SessionsController#new as HTML Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (2.5ms) Rendered devise/shared/_links.html.erb (0.4ms) Rendered devise/sessions/new.html.erb within layouts/application (69.3ms) Rendered devise/sessions/new.html.erb within layouts/application (71.3ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_navigation.html.erb (0.6ms) Rendered layouts/_messages.html.erb (0.7ms) Rendered layouts/_messages.html.erb (0.1ms)
Completed 200 OK in 3341ms (Views: 3305.0ms | ActiveRecord: 0.0ms)
Completed 200 OK in 3341ms (Views: 3303.8ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_up” for 127.0.0.1 at 2018-03-21 19:52:35 +0200 Processing by Devise::RegistrationsController#new as HTML
Rendering devise/registrations/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (3.5ms) Rendered devise/registrations/new.html.erb within layouts/application (39.5ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 169ms (Views: 159.2ms | ActiveRecord: 0.0ms)
Started POST “/users” for 127.0.0.1 at 2018-03-21 19:52:48 +0200 Processing by Devise::RegistrationsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"xyWKFqki6UpMO278c6EaagBp61/9ffiuaqFQqmQRLlBfQ3ptJUQ2FLj6+SFpA2Nn2j4tNcHyECVzbK9YEb/pMQ==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
[1m[36mUser Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "admin@example.com"], ["LIMIT", 1]]
[1m[35mSQL (2.0ms)[0m [1m[32mINSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["email", "admin@example.com"], ["encrypted_password", "$2a$11$ZYi5JEaE/h97SEXdEk21nuGiDiaJdG97621zboqTQ86T9eDf.wQn6"], ["created_at", "2018-03-21 17:52:48.442285"], ["updated_at", "2018-03-21 17:52:48.442285"]]
[1m[35m (3.2ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?[0m [["sign_in_count", 1], ["current_sign_in_at", "2018-03-21 17:52:48.450909"], ["last_sign_in_at", "2018-03-21 17:52:48.450909"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2018-03-21 17:52:48.452054"], ["id", 1]]
[1m[35m (2.6ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 294ms (ActiveRecord: 11.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 19:52:48 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (2.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (34.3ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" LIMIT ?[0m [["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (50.0ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 294ms (Views: 186.6ms | ActiveRecord: 7.1ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-21 19:53:31 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Sqvdyce8BAVboB1qCepd2yiiaQgsvbfR5CK8ym1mGE+Y2zbjWb+CmXnNjMHffey+JRaYvCZEA+JXrmezygogNA==", "expense"=>{"date"=>"03/14/2018 7:52 PM", "category_id"=>{"category_id"=>"15"}, "description"=>"Speakers", "expense"=>"800"}, "commit"=>"Submit"}
[1m[36mUser Load (1.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Unpermitted parameters: :date, :category_id, :description, :expense
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (5.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (25.8ms) Rendered expenses/new.html.erb within layouts/application (34.6ms) Rendered layouts/_navigation.html.erb (6.0ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 337ms (Views: 227.5ms | ActiveRecord: 6.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 19:53:37 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (2.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (12.3ms) [1m[36mExpense Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" LIMIT ?[0m [["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (21.3ms) Rendered layouts/_navigation.html.erb (2.0ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 204ms (Views: 184.1ms | ActiveRecord: 5.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 19:53:39 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (10.6ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" LIMIT ?[0m [["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (15.2ms) Rendered layouts/_navigation.html.erb (3.1ms) Rendered layouts/_messages.html.erb (1.6ms)
Completed 200 OK in 134ms (Views: 126.5ms | ActiveRecord: 0.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 19:53:44 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (9.4ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" LIMIT ?[0m [["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (15.5ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 176ms (Views: 167.4ms | ActiveRecord: 1.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 19:53:50 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (10.1ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" LIMIT ?[0m [["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (17.2ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 139ms (Views: 125.2ms | ActiveRecord: 0.9ms)
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ?[0m [["LIMIT", 1]] [1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ?[0m [["LIMIT", 1]] [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ?[0m [["LIMIT", 1]] [1m[36mExpense Load (2.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" LIMIT ?[0m [["LIMIT", 11]] [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" LIMIT ?[0m [["LIMIT", 11]]
Started POST “/expenses” for 127.0.0.1 at 2018-03-21 20:01:06 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"VeRgecxVacLDyiPXCFeRE/ieRkYVGK6Q7tTOep3ePfFGbteiWHdlZSD9iGnIa9HYONWSsX3x51lNryGotJ24AQ==", "expense"=>{"date"=>"01/31/2018 7:58 PM", "category_id"=>{"category_id"=>"3"}, "description"=>"Hired a car", "expense"=>"500"}, "commit"=>"Submit"}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Unpermitted parameters: :date, :category_id, :description, :expense
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (1.1ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (46.2ms) Rendered expenses/new.html.erb within layouts/application (53.2ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 437ms (Views: 299.0ms | ActiveRecord: 7.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 20:03:18 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.7ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (33.4ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (97.5ms) Rendered layouts/_navigation.html.erb (3.2ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 448ms (Views: 396.3ms | ActiveRecord: 2.9ms)
[1m[36mExpense Load (1.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" LIMIT ?[0m [["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 20:06:09 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (36.4ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (50.7ms) Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 346ms (Views: 268.2ms | ActiveRecord: 4.2ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-21 20:06:36 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"zriZhL1c7SshkClU9777wH5v++F6MGMGK/Kf82s3khocyHKuI19rtwP9uP8hKUqlc9sKVXDJ1zWYfkSKzFuqYQ==", "date"=>"03/15/2018 8:06 PM", "category_id"=>{"category_id"=>"2"}, "description"=>"Electricity", "expense"=>"500", "commit"=>"Submit"}
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 19ms (ActiveRecord: 0.8ms)
NoMethodError - undefined method `permit' for “500”:String Did you mean? print:
app/controllers/expenses_controller.rb:79:in `expense_params' app/controllers/expenses_controller.rb:32:in `create'
Started POST “/__better_errors/d9875811ecf2b6b4/variables” for 127.0.0.1 at 2018-03-21 20:06:37 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-21 20:08:12 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"zriZhL1c7SshkClU9777wH5v++F6MGMGK/Kf82s3khocyHKuI19rtwP9uP8hKUqlc9sKVXDJ1zWYfkSKzFuqYQ==", "date"=>"03/15/2018 8:06 PM", "category_id"=>{"category_id"=>"2"}, "description"=>"Electricity", "expense"=>"500", "commit"=>"Submit"}
[1m[36mUser Load (3.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 51ms (ActiveRecord: 3.4ms)
NoMethodError - undefined method `permit' for “500”:String Did you mean? print:
app/controllers/expenses_controller.rb:79:in `expense_params' app/controllers/expenses_controller.rb:32:in `create'
Started POST “/__better_errors/e219d6b7781dd4f9/variables” for 127.0.0.1 at 2018-03-21 20:08:12 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-21 20:12:42 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"zriZhL1c7SshkClU9777wH5v++F6MGMGK/Kf82s3khocyHKuI19rtwP9uP8hKUqlc9sKVXDJ1zWYfkSKzFuqYQ==", "date"=>"03/15/2018 8:06 PM", "category_id"=>{"category_id"=>"2"}, "description"=>"Electricity", "expense"=>"500", "commit"=>"Submit"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 82ms (ActiveRecord: 2.8ms)
NoMethodError - undefined method `permit' for “500”:String Did you mean? print:
app/controllers/expenses_controller.rb:79:in `expense_params' app/controllers/expenses_controller.rb:32:in `create'
Started POST “/__better_errors/39a50b8450ee1845/variables” for 127.0.0.1 at 2018-03-21 20:12:43 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Migrating to AddAmountToExpense (20180321185925)
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35m (6.1ms)[0m [1m[35mALTER TABLE "expenses" ADD "amount" integer[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (0.4ms)[0m [1m[35mCREATE TEMPORARY TABLE "aexpenses" ("id" integer NOT NULL PRIMARY KEY, "line" varchar DEFAULT NULL, "Date" date DEFAULT NULL, "AccountName" varchar DEFAULT NULL, "Description" varchar DEFAULT NULL, "Expense" varchar DEFAULT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer DEFAULT NULL, "category_id" integer DEFAULT NULL, "amount" integer DEFAULT NULL)[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_user_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_user_id' AND type='index'
[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (0.4ms)[0m [1m[35mCREATE INDEX "tindex_aexpenses_on_user_id" ON "aexpenses" ("user_id")[0m
[1m[35m (0.3ms)[0m [1m[35mCREATE INDEX "tindex_aexpenses_on_category_id" ON "aexpenses" ("category_id")[0m
[1m[35m (2.3ms)[0m [1m[32mINSERT INTO "aexpenses" ("id","line","Date","AccountName","Description","Expense","created_at","updated_at","user_id","category_id","amount")
SELECT "id","line","Date","AccountName","Description","Expense","created_at","updated_at","user_id","category_id","amount" FROM "expenses"[0m
[1m[35m (7.9ms)[0m [1m[35mDROP TABLE "expenses"[0m
[1m[35m (0.3ms)[0m [1m[35mCREATE TABLE "expenses" ("id" integer NOT NULL PRIMARY KEY, "line" varchar DEFAULT NULL, "Date" date DEFAULT NULL, "AccountName" varchar DEFAULT NULL, "Description" varchar DEFAULT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer DEFAULT NULL, "category_id" integer DEFAULT NULL, "amount" integer DEFAULT NULL)[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='tindex_aexpenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='tindex_aexpenses_on_category_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='tindex_aexpenses_on_user_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='tindex_aexpenses_on_user_id' AND type='index'
[0m
[1m[35m (0.2ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (0.2ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (0.1ms)[0m [1m[32mINSERT INTO "expenses" ("id","line","Date","AccountName","Description","created_at","updated_at","user_id","category_id","amount")
SELECT "id","line","Date","AccountName","Description","created_at","updated_at","user_id","category_id","amount" FROM "aexpenses"[0m
[1m[35m (0.3ms)[0m [1m[35mDROP TABLE "aexpenses"[0m
[1m[35mSQL (2.9ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20180321185925"]]
[1m[35m (3.5ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (2.7ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_user_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_user_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_reset_password_token' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_reset_password_token' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m [1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Migrating to AddAmountToExpense (20180321185925)
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m [1m[35m (2.2ms)[0m [1m[31mrollback transaction[0m [1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m [1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Migrating to AddAmountToExpense (20180321185925)
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m [1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m [1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Migrating to AddAmountToExpense (20180321185925)
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.9ms)[0m [1m[35mALTER TABLE "expenses" ADD "Expense" varchar[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (0.2ms)[0m [1m[35mCREATE TEMPORARY TABLE "aexpenses" ("id" integer NOT NULL PRIMARY KEY, "line" varchar DEFAULT NULL, "Date" date DEFAULT NULL, "AccountName" varchar DEFAULT NULL, "Description" varchar DEFAULT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer DEFAULT NULL, "category_id" integer DEFAULT NULL, "amount" integer DEFAULT NULL, "Expense" varchar DEFAULT NULL)[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_user_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_user_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[35mCREATE INDEX "tindex_aexpenses_on_user_id" ON "aexpenses" ("user_id")[0m
[1m[35m (0.1ms)[0m [1m[35mCREATE INDEX "tindex_aexpenses_on_category_id" ON "aexpenses" ("category_id")[0m
[1m[35m (0.2ms)[0m [1m[32mINSERT INTO "aexpenses" ("id","line","Date","AccountName","Description","created_at","updated_at","user_id","category_id","amount","Expense")
SELECT "id","line","Date","AccountName","Description","created_at","updated_at","user_id","category_id","amount","Expense" FROM "expenses"[0m
[1m[35m (0.5ms)[0m [1m[35mDROP TABLE "expenses"[0m
[1m[35m (0.9ms)[0m [1m[35mCREATE TABLE "expenses" ("id" integer NOT NULL PRIMARY KEY, "line" varchar DEFAULT NULL, "Date" date DEFAULT NULL, "AccountName" varchar DEFAULT NULL, "Description" varchar DEFAULT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer DEFAULT NULL, "category_id" integer DEFAULT NULL, "Expense" varchar DEFAULT NULL)[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='tindex_aexpenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='tindex_aexpenses_on_category_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='tindex_aexpenses_on_user_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='tindex_aexpenses_on_user_id' AND type='index'
[0m
[1m[35m (0.2ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (0.1ms)[0m [1m[32mINSERT INTO "expenses" ("id","line","Date","AccountName","Description","created_at","updated_at","user_id","category_id","Expense")
SELECT "id","line","Date","AccountName","Description","created_at","updated_at","user_id","category_id","Expense" FROM "aexpenses"[0m
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE "aexpenses"[0m
[1m[35mSQL (0.2ms)[0m [1m[31mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ?[0m [["version", "20180321185925"]]
[1m[35m (3.4ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_user_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_user_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (0.3ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_reset_password_token' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_reset_password_token' AND type='index'
[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Migrating to AddAmountToExpense (20180321185925)
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (1.0ms)[0m [1m[35mALTER TABLE "expenses" ADD "amount" integer[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (0.5ms)[0m [1m[35mCREATE TEMPORARY TABLE "aexpenses" ("id" integer NOT NULL PRIMARY KEY, "line" varchar DEFAULT NULL, "Date" date DEFAULT NULL, "AccountName" varchar DEFAULT NULL, "Description" varchar DEFAULT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer DEFAULT NULL, "category_id" integer DEFAULT NULL, "Expense" varchar DEFAULT NULL, "amount" integer DEFAULT NULL)[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_user_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_user_id' AND type='index'
[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (0.9ms)[0m [1m[35mCREATE INDEX "tindex_aexpenses_on_user_id" ON "aexpenses" ("user_id")[0m
[1m[35m (0.4ms)[0m [1m[35mCREATE INDEX "tindex_aexpenses_on_category_id" ON "aexpenses" ("category_id")[0m
[1m[35m (0.2ms)[0m [1m[32mINSERT INTO "aexpenses" ("id","line","Date","AccountName","Description","created_at","updated_at","user_id","category_id","Expense","amount")
SELECT "id","line","Date","AccountName","Description","created_at","updated_at","user_id","category_id","Expense","amount" FROM "expenses"[0m
[1m[35m (0.5ms)[0m [1m[35mDROP TABLE "expenses"[0m
[1m[35m (0.3ms)[0m [1m[35mCREATE TABLE "expenses" ("id" integer NOT NULL PRIMARY KEY, "line" varchar DEFAULT NULL, "Date" date DEFAULT NULL, "AccountName" varchar DEFAULT NULL, "Description" varchar DEFAULT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer DEFAULT NULL, "category_id" integer DEFAULT NULL, "amount" integer DEFAULT NULL)[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='tindex_aexpenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='tindex_aexpenses_on_category_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='tindex_aexpenses_on_user_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='tindex_aexpenses_on_user_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (0.1ms)[0m [1m[32mINSERT INTO "expenses" ("id","line","Date","AccountName","Description","created_at","updated_at","user_id","category_id","amount")
SELECT "id","line","Date","AccountName","Description","created_at","updated_at","user_id","category_id","amount" FROM "aexpenses"[0m
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE "aexpenses"[0m
[1m[35m (0.4ms)[0m [1m[35mCREATE TEMPORARY TABLE "aexpenses" ("id" integer NOT NULL PRIMARY KEY, "line" varchar DEFAULT NULL, "Date" date DEFAULT NULL, "AccountName" varchar DEFAULT NULL, "Description" varchar DEFAULT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer DEFAULT NULL, "category_id" integer DEFAULT NULL, "amount" integer DEFAULT NULL)[0m
[1m[35m (0.3ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_user_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_user_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[35mCREATE INDEX "tindex_aexpenses_on_user_id" ON "aexpenses" ("user_id")[0m
[1m[35m (0.1ms)[0m [1m[35mCREATE INDEX "tindex_aexpenses_on_category_id" ON "aexpenses" ("category_id")[0m
[1m[35m (0.1ms)[0m [1m[32mINSERT INTO "aexpenses" ("id","line","Date","AccountName","Description","created_at","updated_at","user_id","category_id","amount")
SELECT "id","line","Date","AccountName","Description","created_at","updated_at","user_id","category_id","amount" FROM "expenses"[0m
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE "expenses"[0m
[1m[35m (0.2ms)[0m [1m[35mCREATE TABLE "expenses" ("id" integer NOT NULL PRIMARY KEY, "Date" date DEFAULT NULL, "AccountName" varchar DEFAULT NULL, "Description" varchar DEFAULT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer DEFAULT NULL, "category_id" integer DEFAULT NULL, "amount" integer DEFAULT NULL)[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='tindex_aexpenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='tindex_aexpenses_on_category_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='tindex_aexpenses_on_user_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='tindex_aexpenses_on_user_id' AND type='index'
[0m
[1m[35m (0.2ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (0.1ms)[0m [1m[32mINSERT INTO "expenses" ("id","Date","AccountName","Description","created_at","updated_at","user_id","category_id","amount")
SELECT "id","Date","AccountName","Description","created_at","updated_at","user_id","category_id","amount" FROM "aexpenses"[0m
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE "aexpenses"[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20180321185925"]]
[1m[35m (3.5ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (1.7ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_user_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_user_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_reset_password_token' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_reset_password_token' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m Started GET “/” for 127.0.0.1 at 2018-03-21 21:17:20 +0200
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.7ms) Rendered layouts/_navigation.html.erb (3.0ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 1433ms (Views: 1342.6ms | ActiveRecord: 3.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 21:17:25 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (2.6ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (400.8ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (412.6ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 577ms (Views: 493.2ms | ActiveRecord: 5.2ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-21 21:18:13 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"KFBg3A5aynRnrR52dU7MycnldsdGfbo4HZGrqj3+deI72tcHmnjG04Satci1cowCCa6iMC6U8/G+6kR4FL3wEg==", "date"=>"03/08/2018 9:17 PM", "category_id"=>{"category_id"=>"2"}, "description"=>"Electricity", "amount"=>"300", "commit"=>"Submit"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 4ms (ActiveRecord: 0.3ms)
ActionController::ParameterMissing - param is missing or the value is empty: expense:
app/controllers/expenses_controller.rb:79:in `expense_params' app/controllers/expenses_controller.rb:32:in `create'
Started POST “/__better_errors/02882d7d4d31898a/variables” for 127.0.0.1 at 2018-03-21 21:18:13 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-21 21:25:45 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"KFBg3A5aynRnrR52dU7MycnldsdGfbo4HZGrqj3+deI72tcHmnjG04Satci1cowCCa6iMC6U8/G+6kR4FL3wEg==", "date"=>"03/08/2018 9:17 PM", "category_id"=>{"category_id"=>"2"}, "description"=>"Electricity", "amount"=>"300", "commit"=>"Submit"}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 109ms (ActiveRecord: 3.4ms)
ActionController::ParameterMissing - param is missing or the value is empty: expense:
app/controllers/expenses_controller.rb:79:in `expense_params' app/controllers/expenses_controller.rb:32:in `create'
Started POST “/__better_errors/b58c6758c862374c/variables” for 127.0.0.1 at 2018-03-21 21:25:45 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-21 21:25:59 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"8hXmTXFcn9kT170uFoK/l/KU1vvsPw+Iui9EANTtYN8gZQ1n718ZRTG6LIXAFQ7y/yAnT+bGu7sJo595c4FYpA==", "date"=>"03/08/2018 9:17 PM", "category_id"=>{"category_id"=>"2"}, "description"=>"Electricity", "amount"=>"300", "commit"=>"Submit"}
[1m[36mUser Load (16.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 28ms (ActiveRecord: 16.9ms)
ActionController::ParameterMissing - param is missing or the value is empty: expense:
app/controllers/expenses_controller.rb:79:in `expense_params' app/controllers/expenses_controller.rb:32:in `create'
Started POST “/__better_errors/482e21df61a68d85/variables” for 127.0.0.1 at 2018-03-21 21:25:59 +0200 Started GET “/” for 127.0.0.1 at 2018-03-21 21:30:36 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (1.2ms) Rendered layouts/_navigation.html.erb (2.5ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 381ms (Views: 316.5ms | ActiveRecord: 2.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 21:30:39 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (3.0ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (29.1ms) [1m[36mExpense Exists (2.9ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (40.4ms) Rendered layouts/_navigation.html.erb (3.5ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 193ms (Views: 153.0ms | ActiveRecord: 13.3ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-21 21:31:20 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"wNS0aPtd9s/ePju+IYrG57xAPl/di5vRuT7VPoovA9LTXgOzb3/6aD0JkADhtoYsfAvqqLVi0hgaRTrso2yGIg==", "date"=>"03/07/2018 9:30 PM", "category_id"=>{"category_id"=>"1"}, "description"=>"Flight to zambia", "amount"=>"400", "commit"=>"Submit"}
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 21ms (ActiveRecord: 0.7ms)
ActionController::ParameterMissing - param is missing or the value is empty: expense:
app/controllers/expenses_controller.rb:79:in `expense_params' app/controllers/expenses_controller.rb:32:in `create'
Started POST “/__better_errors/2e3496e0e14ad84b/variables” for 127.0.0.1 at 2018-03-21 21:31:20 +0200 Started GET “/” for 127.0.0.1 at 2018-03-21 21:33:59 +0200
[1m[35m (2.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (5.9ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 1363ms (Views: 1270.3ms | ActiveRecord: 1.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 21:34:03 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (2.7ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (419.7ms) [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (433.2ms) Rendered layouts/_navigation.html.erb (0.9ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 587ms (Views: 505.8ms | ActiveRecord: 7.8ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-21 21:34:42 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"FPKOAPIdWZaR9NhyUly2y7jtnIRjV7fnoUVEAnE9HgUHeDnbZj9VMXLDc8ySYPYAeKZIcwu+/i4CPqvQWH6b9Q==", "date"=>"03/14/2018 9:34 PM", "category_id"=>{"category_id"=>"16"}, "description"=>"Diapers", "amount"=>"600", "commit"=>"Submit"}
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Unpermitted parameters: :utf8, :authenticity_token, :date, :category_id, :description, :commit
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m [1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m [1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (2.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (13.8ms) Rendered expenses/new.html.erb within layouts/application (19.2ms) Rendered layouts/_navigation.html.erb (2.2ms) Rendered layouts/_messages.html.erb (1.8ms)
Completed 200 OK in 247ms (Views: 178.6ms | ActiveRecord: 4.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 21:36:04 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (3.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (34.4ms) [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (46.7ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 316ms (Views: 288.1ms | ActiveRecord: 6.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 21:36:06 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (14.7ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (24.0ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 133ms (Views: 125.4ms | ActiveRecord: 0.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 21:36:08 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (8.9ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (13.7ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 131ms (Views: 110.7ms | ActiveRecord: 1.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 21:36:11 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (6.9ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (12.1ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 112ms (Views: 100.1ms | ActiveRecord: 1.8ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-21 21:36:11 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 88ms (Views: 76.5ms | ActiveRecord: 0.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 21:36:13 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (9.8ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (16.6ms) Rendered layouts/_navigation.html.erb (0.9ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 116ms (Views: 105.0ms | ActiveRecord: 1.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 21:36:14 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (9.0ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (15.6ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 109ms (Views: 100.5ms | ActiveRecord: 1.2ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 21:38:30 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 61ms (ActiveRecord: 2.1ms)
NoMethodError - undefined method `expense' for #<User:0x007fa8af1012d8> Did you mean? expenses
expenses=: app/controllers/expenses_controller.rb:8:in `index'
Started POST “/__better_errors/fecdfc7e7196cec6/variables” for 127.0.0.1 at 2018-03-21 21:38:30 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-21 21:38:39 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (19.2ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (26.6ms) Rendered layouts/_navigation.html.erb (3.0ms) Rendered layouts/_messages.html.erb (1.5ms)
Completed 200 OK in 288ms (Views: 233.2ms | ActiveRecord: 4.0ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-21 21:38:48 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.6ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (12.0ms) Rendered expenses/new.html.erb within layouts/application (14.7ms) Rendered layouts/_navigation.html.erb (5.4ms) Rendered layouts/_messages.html.erb (2.8ms)
Completed 200 OK in 195ms (Views: 170.9ms | ActiveRecord: 1.5ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-21 21:39:35 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"CEcmofxvL4AazVEaDB+vDzpsPY48hHPvjzO+khKvYIPaN82LYmypHDigwLHaiB5qN9jMOjZ9x9w8v2XrtcNY+A==", "expense"=>{"date"=>"03/21/2018 9:38 PM", "category_id"=>{"category_id"=>"6"}, "description"=>"watched a movie", "amount"=>"500"}, "commit"=>"Submit"}
[1m[36mUser Load (2.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Unpermitted parameters: :utf8, :authenticity_token, :expense, :commit
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m [1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (24.0ms) Rendered expenses/new.html.erb within layouts/application (33.3ms) Rendered layouts/_navigation.html.erb (2.0ms) Rendered layouts/_messages.html.erb (1.6ms)
Completed 200 OK in 406ms (Views: 339.4ms | ActiveRecord: 2.8ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 21:39:43 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (14.5ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (21.3ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 185ms (Views: 172.8ms | ActiveRecord: 1.6ms)
Started GET “/” for 127.0.0.1 at 2018-03-21 21:40:04 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.html.erb (3.1ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 203ms (Views: 193.9ms | ActiveRecord: 0.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 21:40:06 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (13.5ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (20.0ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 121ms (Views: 103.7ms | ActiveRecord: 1.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 22:18:14 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (3.1ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (49.9ms) Rendered expenses/index.html.erb within layouts/application (56.6ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 441ms (Views: 354.0ms | ActiveRecord: 13.6ms)
[1m[35m (2.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Migrating to DropCashflows (20180321202050)
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (2.9ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20180321202050"]]
[1m[35m (3.3ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (2.9ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_user_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_user_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_reset_password_token' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_reset_password_token' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m Started GET “/expenses/new” for 127.0.0.1 at 2018-03-21 22:28:21 +0200
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#new as HTML
[1m[36mUser Load (3.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (2.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (428.7ms) Rendered expenses/new.html.erb within layouts/application (438.9ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 1688ms (Views: 1608.0ms | ActiveRecord: 7.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 22:29:09 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (2.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (21.1ms) Rendered expenses/index.html.erb within layouts/application (24.7ms) Rendered layouts/_navigation.html.erb (3.1ms) Rendered layouts/_messages.html.erb (8.2ms)
Completed 200 OK in 237ms (Views: 220.8ms | ActiveRecord: 3.2ms)
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (2.6ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (8.1ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (3.4ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (3.7ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (4.3ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (3.6ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (4.9ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (3.6ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer, "amount" integer)[0m
[1m[35m (3.1ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (3.5ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (5.5ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (4.3ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (4.5ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (3.7ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.4ms)[0m [1m[36mcommit transaction[0m
[1m[35m (4.1ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (3.5ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (4.1ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (4.0ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (4.5ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (3.6ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer, "amount" integer)[0m
[1m[35m (7.4ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (3.2ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (4.6ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (4.5ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (4.6ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (3.7ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (7.1ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20180321185925)[0m
[1m[36mActiveRecord::InternalMetadata Load (2.6ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "development"], ["updated_at", "2018-03-21 20:37:36.463569"], ["key", "environment"]]
[1m[35m (2.7ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2018-03-21 20:37:36.471267"], ["key", "environment"]]
[1m[35m (2.6ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (5.0ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (3.9ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (6.7ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (4.3ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (4.4ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (4.8ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer, "amount" integer)[0m
[1m[35m (3.9ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.3ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (4.1ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (2.3ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (3.9ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (4.4ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (3.4ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
[1m[35m (10.9ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (3.9ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (18.2ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (3.8ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (5.8ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (4.5ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer, "amount" integer)[0m
[1m[35m (4.0ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (4.0ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (11.6ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (4.0ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (5.3ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (3.5ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[36mActiveRecord::InternalMetadata Load (2.5ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "development"], ["updated_at", "2018-03-21 20:38:56.068052"], ["key", "environment"]]
[1m[35m (2.8ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2018-03-21 20:38:56.075153"], ["key", "environment"]]
[1m[35m (2.7ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (4.3ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (3.5ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (3.8ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (4.0ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (3.8ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (3.6ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer, "amount" integer)[0m
[1m[35m (3.7ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (1.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (3.9ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (4.3ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (2.6ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (4.9ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (4.2ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
[1m[35m (11.0ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (3.8ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (4.1ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (4.0ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (7.6ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (3.4ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer, "amount" integer)[0m
[1m[35m (1.7ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (4.6ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (7.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (4.1ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (3.7ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (3.9ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[36mActiveRecord::InternalMetadata Load (5.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "development"], ["updated_at", "2018-03-21 20:40:53.426871"], ["key", "environment"]]
[1m[35m (3.9ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2018-03-21 20:40:53.437648"], ["key", "environment"]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.7ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (3.9ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (3.6ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (3.9ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (3.6ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (3.5ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (1.8ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer, "amount" integer)[0m
[1m[35m (1.8ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (1.7ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (2.5ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (3.5ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (2.0ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (4.5ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (10.6ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (4.4ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (7.3ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (4.0ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (4.8ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (1.5ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer, "amount" integer)[0m
[1m[35m (9.6ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (3.5ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (5.7ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (4.0ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (3.9ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (2.5ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (3.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[36mActiveRecord::InternalMetadata Load (2.7ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "development"], ["updated_at", "2018-03-21 20:42:13.721880"], ["key", "environment"]]
[1m[35m (2.8ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2018-03-21 20:42:13.729502"], ["key", "environment"]]
[1m[35m (3.0ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (6.8ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (3.6ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (9.2ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (2.8ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (2.7ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (2.3ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer, "amount" integer)[0m
[1m[35m (6.9ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (4.5ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (2.3ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (2.7ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (4.8ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (1.2ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
[1m[35m (10.9ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (4.0ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (7.2ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (14.4ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (4.9ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (3.2ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer, "amount" integer)[0m
[1m[35m (3.6ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (4.4ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (4.8ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (4.5ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (4.7ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (4.7ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (2.7ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[36mActiveRecord::InternalMetadata Load (2.7ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "development"], ["updated_at", "2018-03-21 20:44:15.604101"], ["key", "environment"]]
[1m[35m (3.1ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2018-03-21 20:44:15.612804"], ["key", "environment"]]
[1m[35m (3.9ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
[1m[35m (0.5ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 22:49:31 +0200
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 56ms (ActiveRecord: 1.9ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-21 22:49:31 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (2.2ms) Rendered devise/sessions/new.html.erb within layouts/application (57.4ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 1434ms (Views: 1408.2ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-21 22:49:36 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"hMIQBf5yUjCskQuQ1aob6d1CMNUJcEH8MY6lkCk6AZFWsvsvYHHUrI78mjsDPaqM0PbBYQOJ9c+CAn7pjlY56g==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (1.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "admin@example.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 10ms (ActiveRecord: 1.8ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"hMIQBf5yUjCskQuQ1aob6d1CMNUJcEH8MY6lkCk6AZFWsvsvYHHUrI78mjsDPaqM0PbBYQOJ9c+CAn7pjlY56g==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (1.3ms)
Rendered devise/sessions/new.html.erb within layouts/application (6.6ms)
Rendered layouts/_navigation.html.erb (1.0ms)
Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 313ms (Views: 88.6ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_up” for 127.0.0.1 at 2018-03-21 22:49:39 +0200 Processing by Devise::RegistrationsController#new as HTML
Rendering devise/registrations/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (3.2ms) Rendered devise/registrations/new.html.erb within layouts/application (14.0ms) Rendered layouts/_navigation.html.erb (2.6ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 144ms (Views: 142.7ms | ActiveRecord: 0.0ms)
Started POST “/users” for 127.0.0.1 at 2018-03-21 22:49:51 +0200 Processing by Devise::RegistrationsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"SQqUGT10nGC0y7WBGRGmMZvPzFgFWGXRbR6L9exi2aDRbGRisRJDPkAKIlwDs988QZgKMjnXjVp003QHmcwewQ==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
[1m[35m (0.5ms)[0m [1m[36mbegin transaction[0m
[1m[36mUser Exists (0.8ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "admin@example.com"], ["LIMIT", 1]]
[1m[35mSQL (1.3ms)[0m [1m[32mINSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["email", "admin@example.com"], ["encrypted_password", "$2a$11$wTfVYc64o0qUtl0r4cTfreICKzmaUK.RdY8D5E.MjlBxaEjM6vAGe"], ["created_at", "2018-03-21 20:49:51.269297"], ["updated_at", "2018-03-21 20:49:51.269297"]]
[1m[35m (3.2ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?[0m [["sign_in_count", 1], ["current_sign_in_at", "2018-03-21 20:49:51.279527"], ["last_sign_in_at", "2018-03-21 20:49:51.279527"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2018-03-21 20:49:51.280626"], ["id", 1]]
[1m[35m (3.4ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 288ms (ActiveRecord: 9.8ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 22:49:51 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (46.5ms) Rendered expenses/index.html.erb within layouts/application (54.0ms) Rendered layouts/_navigation.html.erb (5.2ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 223ms (Views: 207.4ms | ActiveRecord: 1.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 22:49:57 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (10.4ms) Rendered expenses/index.html.erb within layouts/application (16.6ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 154ms (Views: 145.2ms | ActiveRecord: 0.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 22:50:22 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 45ms (ActiveRecord: 2.0ms)
NameError - uninitialized constant ExpensesController::Expenses:
app/controllers/expenses_controller.rb:8:in `index'
Started POST “/__better_errors/12011e4380c48547/variables” for 127.0.0.1 at 2018-03-21 22:50:22 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-21 22:50:32 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (10.4ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" LIMIT ?[0m [["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (18.9ms) Rendered layouts/_navigation.html.erb (2.2ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 202ms (Views: 157.4ms | ActiveRecord: 2.1ms)
[1m[36mExpense Load (4.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" LIMIT ?[0m [["LIMIT", 11]] [1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ?[0m [["LIMIT", 1]] [1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ?[0m [["LIMIT", 1]] [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 23:01:07 +0200
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (415.8ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" LIMIT ?[0m [["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (433.6ms) Rendered layouts/_navigation.html.erb (2.2ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 1704ms (Views: 1616.2ms | ActiveRecord: 2.8ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 23:01:25 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (17.1ms) [1m[36mExpense Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (32.1ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 236ms (Views: 154.9ms | ActiveRecord: 4.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 23:03:34 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/index.html.erb within layouts/application (3.4ms)
Completed 401 Unauthorized in 101ms (ActiveRecord: 3.6ms)
SyntaxError - syntax error, unexpected tLABEL, expecting keyword_do or '{' or '(' …pan>'.html_safe,expense method: :delete, data: { confirm: 'A… … ^:
app/views/expenses/index.html.erb:43:in `'
Started POST “/__better_errors/6b10cdff26a2a7f7/variables” for 127.0.0.1 at 2018-03-21 23:03:35 +0200
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 23:04:08 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/index.html.erb within layouts/application (1.9ms)
Completed 401 Unauthorized in 26ms (ActiveRecord: 0.8ms)
SyntaxError - syntax error, unexpected tLABEL, expecting keyword_do or '{' or '(' …pan>'.html_safe,expense method: :delete, data: { confirm: 'A… … ^:
app/views/expenses/index.html.erb:42:in `'
Started POST “/__better_errors/7a1592b9884d7f41/variables” for 127.0.0.1 at 2018-03-21 23:04:09 +0200
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 23:04:28 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (28.2ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (38.4ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 231ms (Views: 224.1ms | ActiveRecord: 1.6ms)
Started GET “/” for 127.0.0.1 at 2018-03-21 23:32:28 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.9ms) Rendered layouts/_navigation.html.erb (2.3ms) Rendered layouts/_messages.html.erb (1.8ms)
Completed 200 OK in 323ms (Views: 242.5ms | ActiveRecord: 1.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 23:32:31 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 28ms (ActiveRecord: 0.5ms)
NoMethodError - undefined method `expense' for #<User:0x007fa37a336128> Did you mean? expenses
expenses=: app/controllers/expenses_controller.rb:8:in `index'
Started POST “/__better_errors/c5014a42e2aab564/variables” for 127.0.0.1 at 2018-03-21 23:32:31 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-21 23:32:49 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (20.3ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (32.6ms) Rendered layouts/_navigation.html.erb (4.3ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 228ms (Views: 183.4ms | ActiveRecord: 3.8ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 23:34:30 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (19.0ms) [1m[36mExpense Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (33.0ms) Rendered layouts/_navigation.html.erb (2.2ms) Rendered layouts/_messages.html.erb (3.9ms)
Completed 200 OK in 338ms (Views: 298.7ms | ActiveRecord: 2.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 23:34:47 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (10.9ms) [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (18.8ms) Rendered layouts/_navigation.html.erb (1.9ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 173ms (Views: 163.9ms | ActiveRecord: 1.2ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-21 23:51:38 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"nS6h/OMFWI/8IqfUzvdQ/kbTeEftoDFZdyGoqyoFb1xPXkrWfQbeE95PNn8YYOGbS2eJ8+dZhWrErXPSjWlXJw==", "date"=>"03/15/2018 11:35 PM", "category_id"=>{"category_id"=>""}, "description"=>"This is the description", "amount"=>"600", "commit"=>"Submit"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
No template found for ExpensesController#create, rendering head :no_content Completed 204 No Content in 384ms (ActiveRecord: 2.9ms)
Started GET “/” for 127.0.0.1 at 2018-03-21 23:52:38 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (1.4ms) Rendered layouts/_navigation.html.erb (3.2ms) Rendered layouts/_messages.html.erb (1.7ms)
Completed 200 OK in 318ms (Views: 309.3ms | ActiveRecord: 0.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 23:52:41 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (25.0ms) [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (37.9ms) Rendered layouts/_navigation.html.erb (2.9ms) Rendered layouts/_messages.html.erb (7.7ms)
Completed 200 OK in 255ms (Views: 222.9ms | ActiveRecord: 1.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 23:57:08 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] [1m[36mExpense Load (0.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Completed 401 Unauthorized in 690ms (ActiveRecord: 2.6ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
NameError - undefined local variable or method `curent_user' for #<ExpensesController:0x007fa380ae5b20> Did you mean? current_user
@current_user: app/controllers/expenses_controller.rb:9:in `index'
Started POST “/__better_errors/b3febb51e1e26e2e/variables” for 127.0.0.1 at 2018-03-21 23:57:09 +0200
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-21 23:57:22 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (10.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 68ms (ActiveRecord: 11.5ms)
NoMethodError - undefined method `expense' for #<User:0x007fa381f7db50> Did you mean? expenses
expenses=: app/controllers/expenses_controller.rb:9:in `index'
Started POST “/__better_errors/db80f256923043d4/variables” for 127.0.0.1 at 2018-03-21 23:57:22 +0200
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 00:02:31 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (2.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (42.4ms) [1m[36mExpense Load (2.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (111.9ms)
Completed 401 Unauthorized in 245ms (ActiveRecord: 10.6ms)
NoMethodError - undefined method `line' for #<Expense:0x007fa379e41bb8>:
app/views/expenses/index.html.erb:36:in `block in _app_views_expenses_index_html_erb___4140032983455500901_70170083750940' app/views/expenses/index.html.erb:34:in `_app_views_expenses_index_html_erb___4140032983455500901_70170083750940'
Started POST “/__better_errors/d95f6216cbc01414/variables” for 127.0.0.1 at 2018-03-22 00:02:32 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-22 00:02:47 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (8.1ms) [1m[36mExpense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (18.6ms)
Completed 401 Unauthorized in 39ms (ActiveRecord: 0.8ms)
ActionController::UrlGenerationError - No route matches {:action=>“edit”, :controller=>“expenses”, :id=>nil}, missing required keys: [:id]:
app/views/expenses/index.html.erb:43:in `block in _app_views_expenses_index_html_erb___4140032983455500901_70170053132220' app/views/expenses/index.html.erb:34:in `_app_views_expenses_index_html_erb___4140032983455500901_70170053132220'
Started POST “/__better_errors/eeef7492cae36c8d/variables” for 127.0.0.1 at 2018-03-22 00:02:47 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-22 00:03:14 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (5.5ms) [1m[36mExpense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (327.2ms)
Completed 401 Unauthorized in 353ms (ActiveRecord: 0.6ms)
NoMethodError - undefined method `edit_current_user_expense_path' for #<#<Class:0x007fa37dd4d118>:0x007fa381f7eaa0> Did you mean? edit_expense_path:
app/views/expenses/index.html.erb:43:in `block in _app_views_expenses_index_html_erb___4140032983455500901_70170118453920' app/views/expenses/index.html.erb:34:in `_app_views_expenses_index_html_erb___4140032983455500901_70170118453920'
Started POST “/__better_errors/d4b15ec3a0ad6a54/variables” for 127.0.0.1 at 2018-03-22 00:03:15 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-22 00:03:28 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (5.4ms) [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (15.5ms)
Completed 401 Unauthorized in 37ms (ActiveRecord: 0.9ms)
ActionController::UrlGenerationError - No route matches {:action=>“edit”, :controller=>“expenses”, :id=>nil}, missing required keys: [:id]:
app/views/expenses/index.html.erb:43:in `block in _app_views_expenses_index_html_erb___4140032983455500901_70170070061260' app/views/expenses/index.html.erb:34:in `_app_views_expenses_index_html_erb___4140032983455500901_70170070061260'
Started POST “/__better_errors/024e0755b2900c96/variables” for 127.0.0.1 at 2018-03-22 00:03:29 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-22 00:04:13 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (2.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (22.5ms) [1m[36mExpense Load (2.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (615.9ms)
Completed 401 Unauthorized in 729ms (ActiveRecord: 9.2ms)
NoMethodError - undefined method `edit_expenses_path' for #<#<Class:0x007fa381f6c0f8>:0x007fa37a646610> Did you mean? edit_expense_path
edit_expense_url
edit_password_path
new_expense_path:
app/views/expenses/index.html.erb:43:in `block in _app_views_expenses_index_html_erb___4140032983455500901_70170118415560'
app/views/expenses/index.html.erb:34:in `_app_views_expenses_index_html_erb___4140032983455500901_70170118415560'
Started POST “/__better_errors/610c32957a5fee8f/variables” for 127.0.0.1 at 2018-03-22 00:04:15 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-22 00:04:32 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (7.9ms) [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (22.1ms)
Completed 401 Unauthorized in 51ms (ActiveRecord: 1.2ms)
ActionController::UrlGenerationError - No route matches {:action=>“edit”, :controller=>“expenses”, :id=>nil}, missing required keys: [:id]:
app/views/expenses/index.html.erb:43:in `block in _app_views_expenses_index_html_erb___4140032983455500901_70170050694680' app/views/expenses/index.html.erb:34:in `_app_views_expenses_index_html_erb___4140032983455500901_70170050694680'
Started POST “/__better_errors/54bd19a64b33dde1/variables” for 127.0.0.1 at 2018-03-22 00:04:32 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-22 00:05:28 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (7.4ms) [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (15.0ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 188ms (Views: 169.0ms | ActiveRecord: 1.1ms)
Started DELETE “/expenses” for 127.0.0.1 at 2018-03-22 00:05:34 +0200
ActionController::RoutingError (No route matches [DELETE] “/expenses”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' webpacker (3.3.1) lib/webpacker/dev_server_proxy.rb:18:in `perform_request' rack-proxy (0.6.4) lib/rack/proxy.rb:57:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-22 00:06:08 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (4.7ms) [1m[36mExpense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (11.7ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 159ms (Views: 152.6ms | ActiveRecord: 0.7ms)
Started GET “/” for 127.0.0.1 at 2018-03-22 00:06:11 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (1.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 118ms (Views: 105.7ms | ActiveRecord: 1.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 00:06:14 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (7.7ms) [1m[36mExpense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (12.4ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 103ms (Views: 91.8ms | ActiveRecord: 0.7ms)
[1m[35m (2.2ms)[0m [1m[34mSELECT COUNT(*) FROM "expenses"[0m
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 00:18:26 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (29.3ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 1405ms (Views: 1272.6ms | ActiveRecord: 6.4ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 00:18:35 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (4.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (2.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (395.1ms) Rendered expenses/new.html.erb within layouts/application (403.5ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 641ms (Views: 579.5ms | ActiveRecord: 7.6ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-22 00:19:21 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"UniCUz6xe83Px8eON7hJNScdpYSueLOVX7TyGaQaWaCACGl5oLL9Ue2qViXhL/hQKqlUMKSBB6bsOClgA3Zh2w==", "expense"=>{"date"=>"03/23/2018 12:18 AM", "category_id"=>{"category_id"=>""}, "description"=>"this is a descrip", "amount"=>"500"}, "commit"=>"Submit"}
[1m[36mUser Load (1.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
No template found for ExpensesController#create, rendering head :no_content Completed 204 No Content in 323ms (ActiveRecord: 1.6ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 00:19:28 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (7.1ms) Rendered expenses/new.html.erb within layouts/application (12.5ms) Rendered layouts/_navigation.html.erb (2.1ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 179ms (Views: 170.4ms | ActiveRecord: 0.4ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-22 00:20:26 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"RrlOL4BtTWOYTd4j+BGRycYYEno8tNDjNOj6jfRpgriUyaUFHm7L/7ogT4guhiCsy6zjzjZNZNCHZCH0UwW6ww==", "expense"=>{"date"=>"02/28/2018 12:20 AM", "category_id"=>{"category_id"=>""}, "description"=>"this is a descrip", "amount"=>"500"}, "commit"=>"Submit"}
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
No template found for ExpensesController#create, rendering head :no_content Completed 204 No Content in 406ms (ActiveRecord: 5.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 00:23:14 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (11.3ms) Rendered layouts/_navigation.html.erb (2.4ms) Rendered layouts/_messages.html.erb (1.5ms)
Completed 200 OK in 364ms (Views: 270.3ms | ActiveRecord: 7.3ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-22 00:23:19 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"RrlOL4BtTWOYTd4j+BGRycYYEno8tNDjNOj6jfRpgriUyaUFHm7L/7ogT4guhiCsy6zjzjZNZNCHZCH0UwW6ww==", "expense"=>{"date"=>"02/28/2018 12:20 AM", "category_id"=>{"category_id"=>""}, "description"=>"this is a descrip", "amount"=>"500"}, "commit"=>"Submit"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Unpermitted parameters: :utf8, :authenticity_token, :expense, :commit
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m [1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 60ms (ActiveRecord: 1.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 00:23:19 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (2.0ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (0.5ms)
Completed 200 OK in 89ms (Views: 84.6ms | ActiveRecord: 0.4ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-22 00:26:26 +0200
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"RrlOL4BtTWOYTd4j+BGRycYYEno8tNDjNOj6jfRpgriUyaUFHm7L/7ogT4guhiCsy6zjzjZNZNCHZCH0UwW6ww==", "expense"=>{"date"=>"02/28/2018 12:20 AM", "category_id"=>{"category_id"=>""}, "description"=>"this is a descrip", "amount"=>"500"}, "commit"=>"Submit"}
[1m[36mUser Load (2.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Redirected to localhost:3000/expenses Completed 302 Found in 143ms (ActiveRecord: 3.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 00:26:27 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (2.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (15.1ms) Rendered layouts/_navigation.html.erb (2.3ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 1153ms (Views: 1143.4ms | ActiveRecord: 2.8ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 00:26:43 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (5.7ms) Rendered layouts/_navigation.html.erb (1.9ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 148ms (Views: 143.3ms | ActiveRecord: 0.5ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 00:26:56 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (2.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (357.8ms) Rendered expenses/new.html.erb within layouts/application (362.4ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 514ms (Views: 503.6ms | ActiveRecord: 3.3ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-22 00:27:09 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"7XOG0UIC3jKzH30WjW5YvniIzqaANmYHk4DRfhxJgIk/A2373AFYrpFy7L1b+enbdTw/EorP0jQgDAoHuyW48g==", "expense"=>{"date"=>"03/22/2018 12:26 AM", "category_id"=>{"category_id"=>""}, "description"=>"This is data", "amount"=>"500"}, "commit"=>"Submit"}
[1m[36mUser Load (3.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Redirected to localhost:3000/expenses Completed 302 Found in 21ms (ActiveRecord: 3.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 00:27:09 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (6.4ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 179ms (Views: 164.9ms | ActiveRecord: 2.6ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 00:28:57 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (2.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (19.2ms) Rendered expenses/new.html.erb within layouts/application (28.6ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 330ms (Views: 230.5ms | ActiveRecord: 7.8ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-22 00:29:14 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Kps3bzf8s4QRcPfi20Q4OTDTb2n+tB2Mm1HbY1Qv7B7469xFqf81GDMdZkkN04lcPWee3fRNqb8o3QAa80PUZQ==", "expense"=>{"date"=>"03/07/2018 12:29 AM", "category_id"=>{"category_id"=>""}, "description"=>"This is a description", "amount"=>"500"}, "commit"=>"Submit"}
[1m[36mUser Load (1.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.3ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 77ms (ActiveRecord: 2.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 00:29:14 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (6.3ms) Rendered layouts/_navigation.html.erb (2.8ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 181ms (Views: 169.3ms | ActiveRecord: 3.0ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 00:32:10 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (2.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (24.9ms) Rendered expenses/new.html.erb within layouts/application (30.6ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 389ms (Views: 274.4ms | ActiveRecord: 11.2ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-22 00:32:34 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"W8w9RoDkinkmbXuW/PFEsz73pLuM2K12dUo8XkKVyh+JvNZsHucM5QQA6j0qZvXWM0NVD4YhGUXGxucn5fnyZA==", "expense"=>{"date"=>"03/01/2018 12:32 AM", "category_id"=>{"category_id"=>""}, "description"=>"THis is a description", "amount"=>"500"}, "commit"=>"Submit"}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Unpermitted parameters: :utf8, :authenticity_token, :expense, :commit
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m [1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 26ms (ActiveRecord: 0.8ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 00:32:34 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (1.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (4.8ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (1.6ms)
Completed 200 OK in 166ms (Views: 157.9ms | ActiveRecord: 1.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 00:47:59 +0200
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (28.4ms) Rendered layouts/_navigation.html.erb (1.9ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 1398ms (Views: 1275.9ms | ActiveRecord: 7.2ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 00:48:04 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (1.6ms) Rendered expenses/new.html.erb within layouts/application (7.5ms)
Completed 401 Unauthorized in 40ms (ActiveRecord: 0.6ms)
SyntaxError - syntax error, unexpected ')', expecting '=' …:( current_user, expense.build), local: true) do |form| @out… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:54: syntax error, unexpected keyword_ensure, expecting end-of-input:
app/views/expenses/_form.html.erb:7:in `' app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb___4012412369081412553_70141990756060'
Started POST “/__better_errors/759ad26811f7b69f/variables” for 127.0.0.1 at 2018-03-22 00:48:05 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 00:48:22 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (3.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (2.4ms) Rendered expenses/new.html.erb within layouts/application (7.9ms)
Completed 401 Unauthorized in 69ms (ActiveRecord: 3.3ms)
SyntaxError - syntax error, unexpected ')', expecting '=' …(model:( current_user, expense), local: true) do |form| @out… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:54: syntax error, unexpected keyword_ensure, expecting end-of-input:
app/views/expenses/_form.html.erb:7:in `' app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb___4012412369081412553_70141960174060'
Started POST “/__better_errors/2c85a23f193aeef6/variables” for 127.0.0.1 at 2018-03-22 00:48:22 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 00:48:35 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (29.5ms) Rendered expenses/new.html.erb within layouts/application (32.9ms)
Completed 401 Unauthorized in 58ms (ActiveRecord: 0.5ms)
NoMethodError - undefined method `expense' for #<User:0x007f9668c2eb00> Did you mean? expenses
expenses=: app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb___373289844757334481_70141959495920' app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb___4012412369081412553_70141989644660'
Started POST “/__better_errors/4700fe145913d3aa/variables” for 127.0.0.1 at 2018-03-22 00:48:35 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 00:48:45 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mExpense Load (2.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/_form.html.erb (17.4ms) Rendered expenses/new.html.erb within layouts/application (20.4ms)
Completed 401 Unauthorized in 47ms (ActiveRecord: 2.5ms)
NoMethodError - undefined method `to_model' for #<Expense::ActiveRecord_Associations_CollectionProxy:0x007f9669544988> Did you mean? to_xml:
app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb___373289844757334481_70141994329900' app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb___4012412369081412553_70141994426500'
Started POST “/__better_errors/0763ca4ca02ef1f5/variables” for 127.0.0.1 at 2018-03-22 00:48:45 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 00:53:54 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (1.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (31.2ms) Rendered expenses/new.html.erb within layouts/application (41.0ms)
Completed 401 Unauthorized in 120ms (ActiveRecord: 1.8ms)
ActiveModel::MissingAttributeError - can't write unknown attribute `html`:
app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb___373289844757334481_70141992315800' app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb___4012412369081412553_70141959224100'
Started POST “/__better_errors/a434ddf3d15c1a8c/variables” for 127.0.0.1 at 2018-03-22 00:53:54 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 00:54:14 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (1.1ms) Rendered expenses/new.html.erb within layouts/application (3.8ms)
Completed 401 Unauthorized in 30ms (ActiveRecord: 0.5ms)
SyntaxError - syntax error, unexpected ',', expecting ')' …ppend= form_for (current_user,@expense) do |form| @output… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:54: syntax error, unexpected keyword_ensure, expecting end-of-input:
app/views/expenses/_form.html.erb:7:in `' app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb___4012412369081412553_70141961413160'
Started POST “/__better_errors/f375c094a088764b/variables” for 127.0.0.1 at 2018-03-22 00:54:14 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 00:57:19 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (5.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (8.2ms) Rendered expenses/new.html.erb within layouts/application (14.0ms)
Completed 401 Unauthorized in 88ms (ActiveRecord: 5.3ms)
ArgumentError - wrong number of arguments (given 1, expected 0):
app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb___373289844757334481_70141994612800' app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb___4012412369081412553_70142013133520'
Started POST “/__better_errors/3f8064bf061b14b3/variables” for 127.0.0.1 at 2018-03-22 00:57:20 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 00:57:36 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (3.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (2.4ms) Rendered expenses/new.html.erb within layouts/application (5.6ms)
Completed 401 Unauthorized in 32ms (ActiveRecord: 3.6ms)
SyntaxError - syntax error, unexpected tIVAR, expecting keyword_do or '{' or '(' …form_for [current_user @expense] do |form| @output_buffer.sa… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/_form.html.erb:54: syntax error, unexpected keyword_ensure, expecting end-of-input:
app/views/expenses/_form.html.erb:7:in `' app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb___4012412369081412553_70142010193240'
Started POST “/__better_errors/427b78f2217025c5/variables” for 127.0.0.1 at 2018-03-22 00:57:37 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 00:58:52 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (4.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (680.7ms) Rendered expenses/new.html.erb within layouts/application (687.1ms)
Completed 401 Unauthorized in 756ms (ActiveRecord: 4.8ms)
NoMethodError - undefined method `user_expenses_path' for #<#<Class:0x007f96690fca10>:0x007f966706be68> Did you mean? user_password_path
user_session_path
edit_expense_path:
app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb___373289844757334481_70141948771940'
app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb___4012412369081412553_70141975222060'
Started POST “/__better_errors/6ffce99ecd6b7173/variables” for 127.0.0.1 at 2018-03-22 00:58:53 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 00:59:13 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (3.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (10.7ms) Rendered expenses/new.html.erb within layouts/application (13.7ms)
Completed 401 Unauthorized in 45ms (ActiveRecord: 3.9ms)
NoMethodError - undefined method `build' for #<Expense:0x007f9663fbb0e8>:
app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb___373289844757334481_70141949655460' app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb___4012412369081412553_70141949597060'
Started POST “/__better_errors/4f67ffc3e8b7dc61/variables” for 127.0.0.1 at 2018-03-22 00:59:13 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 00:59:24 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (9.4ms) Rendered expenses/new.html.erb within layouts/application (12.5ms)
Completed 401 Unauthorized in 33ms (ActiveRecord: 0.5ms)
NoMethodError - undefined method `new' for #<Expense:0x007f966b0d99a0>:
app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb___373289844757334481_70142013591920' app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb___4012412369081412553_70141960923740'
Started POST “/__better_errors/b3fb2842c87ce5e1/variables” for 127.0.0.1 at 2018-03-22 00:59:24 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 00:59:59 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (538.3ms) Rendered expenses/new.html.erb within layouts/application (548.1ms)
Completed 401 Unauthorized in 619ms (ActiveRecord: 2.4ms)
NoMethodError - undefined method `user_expenses_path' for #<#<Class:0x007f96690fca10>:0x007f966bbf7710> Did you mean? user_password_path
user_session_path
edit_expense_path:
app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb___373289844757334481_70142014793360'
app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb___4012412369081412553_70141994754260'
Started POST “/__better_errors/4d970394f0bbf290/variables” for 127.0.0.1 at 2018-03-22 01:00:01 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 01:00:55 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (342.5ms) Rendered expenses/new.html.erb within layouts/application (345.1ms)
Completed 401 Unauthorized in 369ms (ActiveRecord: 2.7ms)
NoMethodError - undefined method `date' for #<Expense:0x007f9665310328> Did you mean? update
update!
Date
Date=
Date?:
app/views/expenses/_form.html.erb:21:in `block in _app_views_expenses__form_html_erb___373289844757334481_70142014594780'
app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb___373289844757334481_70142014594780'
app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb___4012412369081412553_70141959674620'
Started POST “/__better_errors/e6c0f1dd7d69e83a/variables” for 127.0.0.1 at 2018-03-22 01:00:56 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 01:01:32 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (4.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (4.8ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (36.9ms) Rendered expenses/new.html.erb within layouts/application (39.9ms)
Completed 401 Unauthorized in 92ms (ActiveRecord: 9.3ms)
NoMethodError - undefined method `description' for #<Expense:0x007f96633be998> Did you mean? Description
Description?
Description=:
app/views/expenses/_form.html.erb:38:in `block in _app_views_expenses__form_html_erb___373289844757334481_70141943869400'
app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb___373289844757334481_70141943869400'
app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb___4012412369081412553_70141943702140'
Started POST “/__better_errors/9e4b8470ef00b932/variables” for 127.0.0.1 at 2018-03-22 01:01:33 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 01:01:49 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (8.0ms) Rendered expenses/new.html.erb within layouts/application (12.1ms) Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 217ms (Views: 206.3ms | ActiveRecord: 1.1ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-22 01:02:09 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"W1JX3zQSCJiwGMFdVTGzUSX5n34SkxO8txejfIRRJzaJIrz1qhGOBJJ1UPaDpgI0KE1uyhhqp48Em3gFIz0fTQ==", "expense"=>{"Date"=>"03/22/2018 1:01 AM", "category_id"=>{"category_id"=>""}, "Description"=>"TODAYS PURCH", "amount"=>"600"}, "commit"=>"Submit"}
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Unpermitted parameters: :utf8, :authenticity_token, :expense, :commit
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m [1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 55ms (ActiveRecord: 0.8ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 01:02:09 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (4.8ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 179ms (Views: 167.2ms | ActiveRecord: 2.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 01:03:02 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (8.4ms) Rendered layouts/_navigation.html.erb (1.9ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 200ms (Views: 146.2ms | ActiveRecord: 6.3ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-22 01:03:06 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"W1JX3zQSCJiwGMFdVTGzUSX5n34SkxO8txejfIRRJzaJIrz1qhGOBJJ1UPaDpgI0KE1uyhhqp48Em3gFIz0fTQ==", "expense"=>{"Date"=>"03/22/2018 1:01 AM", "category_id"=>{"category_id"=>""}, "Description"=>"TODAYS PURCH", "amount"=>"600"}, "commit"=>"Submit"}
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Unpermitted parameters: :utf8, :authenticity_token, :expense, :commit Completed 401 Unauthorized in 12ms (ActiveRecord: 0.6ms)
NoMethodError - undefined method `create' for nil:NilClass:
app/controllers/expenses_controller.rb:32:in `create'
Started POST “/__better_errors/420391a925caa4b0/variables” for 127.0.0.1 at 2018-03-22 01:03:07 +0200 Started GET “/” for 127.0.0.1 at 2018-03-22 01:04:48 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (1.5ms) Rendered layouts/_navigation.html.erb (2.8ms) Rendered layouts/_messages.html.erb (1.8ms)
Completed 200 OK in 394ms (Views: 285.2ms | ActiveRecord: 4.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 01:04:51 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (6.5ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 150ms (Views: 123.8ms | ActiveRecord: 1.7ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 01:04:55 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (2.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (21.2ms) Rendered expenses/new.html.erb within layouts/application (27.0ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 161ms (Views: 131.8ms | ActiveRecord: 3.8ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-22 01:05:12 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"6z+CDVH08cqJdI7v+GLxLT8c2R+LKHodBgcWNBrxjGY5T2knz/d3VqsZH0Qu9UBIMqgoq4HRzi61i81NvZ20HQ==", "expense"=>{"Date"=>"03/07/2018 1:04 AM", "category_id"=>{"category_id"=>""}, "Description"=>"Underwear", "amount"=>"500"}, "commit"=>"Submit"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Unpermitted parameters: :utf8, :authenticity_token, :expense, :commit
[1m[36mExpense Load (1.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Completed 401 Unauthorized in 19ms (ActiveRecord: 0.4ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
NoMethodError - undefined method `save' for #<ActiveRecord::Associations::CollectionProxy []>:
app/controllers/expenses_controller.rb:32:in `create'
Started POST “/__better_errors/abf0e0453a0a7858/variables” for 127.0.0.1 at 2018-03-22 01:05:12 +0200
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started POST “/expenses” for 127.0.0.1 at 2018-03-22 01:07:19 +0200
ActionController::RoutingError (No route matches [POST] “/expenses”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' webpacker (3.3.1) lib/webpacker/dev_server_proxy.rb:18:in `perform_request' rack-proxy (0.6.4) lib/rack/proxy.rb:57:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started POST “/expenses” for 127.0.0.1 at 2018-03-22 01:07:46 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"6z+CDVH08cqJdI7v+GLxLT8c2R+LKHodBgcWNBrxjGY5T2knz/d3VqsZH0Qu9UBIMqgoq4HRzi61i81NvZ20HQ==", "expense"=>{"Date"=>"03/07/2018 1:04 AM", "category_id"=>{"category_id"=>""}, "Description"=>"Underwear", "amount"=>"500"}, "commit"=>"Submit"}
[1m[36mUser Load (1.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Unpermitted parameters: :utf8, :authenticity_token, :expense, :commit
[1m[36mExpense Load (1.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Completed 401 Unauthorized in 145ms (ActiveRecord: 10.9ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
NoMethodError - undefined method `save' for #<ActiveRecord::Associations::CollectionProxy []>:
app/controllers/expenses_controller.rb:32:in `create'
Started POST “/__better_errors/60720c7a2c928dad/variables” for 127.0.0.1 at 2018-03-22 01:07:47 +0200
[1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started POST “/expenses” for 127.0.0.1 at 2018-03-22 08:31:41 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"6z+CDVH08cqJdI7v+GLxLT8c2R+LKHodBgcWNBrxjGY5T2knz/d3VqsZH0Qu9UBIMqgoq4HRzi61i81NvZ20HQ==", "expense"=>{"Date"=>"03/07/2018 1:04 AM", "category_id"=>{"category_id"=>""}, "Description"=>"Underwear", "amount"=>"500"}, "commit"=>"Submit"}
[1m[36mUser Load (1.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Unpermitted parameters: :utf8, :authenticity_token, :expense, :commit
[1m[36mExpense Load (2.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Completed 401 Unauthorized in 109ms (ActiveRecord: 7.5ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
NoMethodError - undefined method `save' for #<ActiveRecord::Associations::CollectionProxy []>:
app/controllers/expenses_controller.rb:32:in `create'
Started POST “/__better_errors/1ac0b32379efa1ee/variables” for 127.0.0.1 at 2018-03-22 08:31:42 +0200
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started POST “/expenses” for 127.0.0.1 at 2018-03-22 08:32:56 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"6z+CDVH08cqJdI7v+GLxLT8c2R+LKHodBgcWNBrxjGY5T2knz/d3VqsZH0Qu9UBIMqgoq4HRzi61i81NvZ20HQ==", "expense"=>{"Date"=>"03/07/2018 1:04 AM", "category_id"=>{"category_id"=>""}, "Description"=>"Underwear", "amount"=>"500"}, "commit"=>"Submit"}
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Unpermitted parameters: :utf8, :authenticity_token, :expense, :commit
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m [1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 142ms (ActiveRecord: 8.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 08:32:57 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (7.6ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 248ms (Views: 236.6ms | ActiveRecord: 1.0ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-22 08:34:10 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"6z+CDVH08cqJdI7v+GLxLT8c2R+LKHodBgcWNBrxjGY5T2knz/d3VqsZH0Qu9UBIMqgoq4HRzi61i81NvZ20HQ==", "expense"=>{"Date"=>"03/07/2018 1:04 AM", "category_id"=>{"category_id"=>""}, "Description"=>"Underwear", "amount"=>"500"}, "commit"=>"Submit"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Unpermitted parameters: :utf8, :authenticity_token, :expense, :commit
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m [1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 162ms (ActiveRecord: 5.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 08:34:11 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (5.9ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 238ms (Views: 230.1ms | ActiveRecord: 0.7ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-22 08:35:55 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"6z+CDVH08cqJdI7v+GLxLT8c2R+LKHodBgcWNBrxjGY5T2knz/d3VqsZH0Qu9UBIMqgoq4HRzi61i81NvZ20HQ==", "expense"=>{"Date"=>"03/07/2018 1:04 AM", "category_id"=>{"category_id"=>""}, "Description"=>"Underwear", "amount"=>"500"}, "commit"=>"Submit"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Completed 401 Unauthorized in 559ms (ActiveRecord: 3.6ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
NameError - undefined local variable or method `paramsa' for #<ExpensesController:0x007f966bc9ab68> Did you mean? params
params=
@_params:
app/controllers/expenses_controller.rb:62:in `expense_params'
app/controllers/expenses_controller.rb:32:in `create'
Started POST “/__better_errors/826f9a6d494afcde/variables” for 127.0.0.1 at 2018-03-22 08:35:56 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-22 08:36:10 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"6z+CDVH08cqJdI7v+GLxLT8c2R+LKHodBgcWNBrxjGY5T2knz/d3VqsZH0Qu9UBIMqgoq4HRzi61i81NvZ20HQ==", "expense"=>{"Date"=>"03/07/2018 1:04 AM", "category_id"=>{"category_id"=>""}, "Description"=>"Underwear", "amount"=>"500"}, "commit"=>"Submit"}
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Unpermitted parameter: :category_id
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m [1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 95ms (ActiveRecord: 3.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 08:36:11 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (3.3ms) Rendered layouts/_navigation.html.erb (2.5ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 154ms (Views: 147.0ms | ActiveRecord: 0.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 08:37:18 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (7.3ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 321ms (Views: 235.6ms | ActiveRecord: 3.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 08:56:06 +0200
[1m[35m (0.9ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (29.1ms) Rendered layouts/_navigation.html.erb (1.9ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 1453ms (Views: 1301.0ms | ActiveRecord: 8.7ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 08:56:12 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (2.8ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (324.2ms) Rendered expenses/new.html.erb within layouts/application (328.3ms) Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 503ms (Views: 472.5ms | ActiveRecord: 4.3ms)
[1m[35m (2.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (2.3ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (14.1ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (4.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (6.1ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (5.0ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (2.4ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (4.3ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (3.9ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer, "amount" integer)[0m
[1m[35m (3.6ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (2.9ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (4.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (3.3ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (3.9ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (3.5ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
[1m[35m (4.0ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (3.4ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (6.6ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (5.1ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (5.7ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (4.1ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer, "amount" integer)[0m
[1m[35m (3.1ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (3.3ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (11.5ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (3.9ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (4.2ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (3.9ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[36mActiveRecord::InternalMetadata Load (2.6ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "development"], ["updated_at", "2018-03-22 07:15:07.471688"], ["key", "environment"]]
[1m[35m (3.4ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2018-03-22 07:15:07.483628"], ["key", "environment"]]
[1m[35m (3.2ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (2.6ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (7.7ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (3.6ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (3.9ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (3.7ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (4.1ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (3.9ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer, "amount" integer)[0m
[1m[35m (3.4ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (1.8ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (2.7ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (4.6ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (1.8ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (3.5ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (10.8ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (3.7ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (7.2ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (3.7ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (6.1ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (3.8ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer, "amount" integer)[0m
[1m[35m (4.1ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (4.5ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (5.6ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (4.0ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (3.8ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (3.3ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[36mActiveRecord::InternalMetadata Load (2.5ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.2ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "development"], ["updated_at", "2018-03-22 07:15:34.171595"], ["key", "environment"]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2018-03-22 07:15:34.180400"], ["key", "environment"]]
[1m[35m (2.8ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (2.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (2.7ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (13.0ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (4.3ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (4.9ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (2.1ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (5.8ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (2.7ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer, "amount" integer)[0m
[1m[35m (4.3ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (3.4ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (4.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (4.3ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (3.3ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.3ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (3.3ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
[1m[35m (10.8ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.3ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (3.8ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (5.0ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (4.3ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (11.8ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (3.2ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer, "amount" integer)[0m
[1m[35m (2.1ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.9ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (3.3ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (5.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (3.8ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (3.7ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.4ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (6.4ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[36mActiveRecord::InternalMetadata Load (2.5ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "development"], ["updated_at", "2018-03-22 07:18:15.804286"], ["key", "environment"]]
[1m[35m (2.8ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2018-03-22 07:18:15.811610"], ["key", "environment"]]
[1m[35m (3.3ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "income"], ["created_at", "2018-03-22 07:18:15.856074"], ["updated_at", "2018-03-22 07:18:15.856074"]]
[1m[35m (2.8ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "emergency fund"], ["created_at", "2018-03-22 07:18:15.861868"], ["updated_at", "2018-03-22 07:18:15.861868"]]
[1m[35m (4.6ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "saving"], ["created_at", "2018-03-22 07:18:15.868646"], ["updated_at", "2018-03-22 07:18:15.868646"]]
[1m[35m (1.4ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "utility"], ["created_at", "2018-03-22 07:18:15.872133"], ["updated_at", "2018-03-22 07:18:15.872133"]]
[1m[35m (4.0ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "healthcare"], ["created_at", "2018-03-22 07:18:15.878105"], ["updated_at", "2018-03-22 07:18:15.878105"]]
[1m[35m (3.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Credit Cards and Debt"], ["created_at", "2018-03-22 07:18:15.884255"], ["updated_at", "2018-03-22 07:18:15.884255"]]
[1m[35m (3.6ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "food & Groceries"], ["created_at", "2018-03-22 07:18:15.890552"], ["updated_at", "2018-03-22 07:18:15.890552"]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "personal care"], ["created_at", "2018-03-22 07:18:15.896649"], ["updated_at", "2018-03-22 07:18:15.896649"]]
[1m[35m (3.0ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "entertainment"], ["created_at", "2018-03-22 07:18:15.902218"], ["updated_at", "2018-03-22 07:18:15.902218"]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "transportation"], ["created_at", "2018-03-22 07:18:15.907656"], ["updated_at", "2018-03-22 07:18:15.907656"]]
[1m[35m (2.8ms)[0m [1m[36mcommit transaction[0m
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 09:18:53 +0200
[1m[35m (1.8ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 95ms (ActiveRecord: 2.8ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-22 09:18:54 +0200 Processing by Devise::SessionsController#new as HTML Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-22 09:18:54 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (2.7ms) Rendered devise/shared/_links.html.erb (1.1ms) Rendered devise/sessions/new.html.erb within layouts/application (58.6ms) Rendered devise/sessions/new.html.erb within layouts/application (61.1ms) Rendered layouts/_navigation.html.erb (2.0ms) Rendered layouts/_navigation.html.erb (0.7ms) Rendered layouts/_messages.html.erb (1.5ms)
Completed 200 OK in 1893ms (Views: 1871.5ms | ActiveRecord: 0.0ms)
Rendered layouts/_messages.html.erb (0.2ms)
Completed 200 OK in 1923ms (Views: 1896.5ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-22 09:18:59 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"CU7Eb2GCZ+Ggc05Anomabcb6MQIwm0G9ZWouAjFEu2jbPi9F/4HhfYIe3+tIHisIy07Atjpi9Y7W5vV7liiDEw==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "admin@example.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 12ms (ActiveRecord: 2.4ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"CU7Eb2GCZ+Ggc05Anomabcb6MQIwm0G9ZWouAjFEu2jbPi9F/4HhfYIe3+tIHisIy07Atjpi9Y7W5vV7liiDEw==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (1.6ms)
Rendered devise/sessions/new.html.erb within layouts/application (8.3ms)
Rendered layouts/_navigation.html.erb (0.9ms)
Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 302ms (Views: 104.7ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_up” for 127.0.0.1 at 2018-03-22 09:19:02 +0200 Processing by Devise::RegistrationsController#new as HTML
Rendering devise/registrations/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (1.8ms) Rendered devise/registrations/new.html.erb within layouts/application (6.6ms) Rendered layouts/_navigation.html.erb (2.1ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 128ms (Views: 125.8ms | ActiveRecord: 0.0ms)
Started POST “/users” for 127.0.0.1 at 2018-03-22 09:19:11 +0200 Processing by Devise::RegistrationsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"M4tKbdN+rgUCQEPDL0wDs66uGvIj2FFRW3ZorsmH7jqr7boWXxhxW/aB1B417nq+dPncmB9XudpCu5dcvCkpWw==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[36mUser Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "admin@example.com"], ["LIMIT", 1]]
[1m[35mSQL (3.4ms)[0m [1m[32mINSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["email", "admin@example.com"], ["encrypted_password", "$2a$11$OXDbVoqqjfRQp0wdf9Qjf.MTQn0hhUlK.dxZ3L9YuJ6OSAsA2idYK"], ["created_at", "2018-03-22 07:19:11.976168"], ["updated_at", "2018-03-22 07:19:11.976168"]]
[1m[35m (3.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?[0m [["sign_in_count", 1], ["current_sign_in_at", "2018-03-22 07:19:11.986034"], ["last_sign_in_at", "2018-03-22 07:19:11.986034"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2018-03-22 07:19:11.987056"], ["id", 1]]
[1m[35m (2.5ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 222ms (ActiveRecord: 11.8ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 09:19:12 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (19.2ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 158ms (Views: 96.4ms | ActiveRecord: 3.4ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 09:19:18 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (36.1ms) Rendered expenses/new.html.erb within layouts/application (42.6ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 174ms (Views: 130.1ms | ActiveRecord: 2.3ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-22 09:19:42 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"xMiHIf9c7C2/WySkvdC6+nwUtKliu15RSpeO6QNPVeYWuGwLYV9qsZ02tQ9rRwufcaBFHWhC6mL5G1WQpCNtnQ==", "expense"=>{"Date"=>"03/14/2018 9:19 AM", "category_id"=>{"category_id"=>"3"}, "Description"=>"transfer to 32 account", "amount"=>"800"}, "commit"=>"Submit"}
[1m[36mUser Load (0.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Unpermitted parameter: :category_id
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (6.2ms)[0m [1m[32mINSERT INTO "expenses" ("Description", "created_at", "updated_at", "user_id", "amount") VALUES (?, ?, ?, ?, ?)[0m [["Description", "transfer to 32 account"], ["created_at", "2018-03-22 07:19:42.536264"], ["updated_at", "2018-03-22 07:19:42.536264"], ["user_id", 1], ["amount", 800]]
[1m[35m (3.3ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 55ms (ActiveRecord: 10.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 09:19:42 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (8.3ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 199ms (Views: 191.8ms | ActiveRecord: 0.8ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 09:20:36 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/index.html.erb within layouts/application (31.0ms)
Completed 401 Unauthorized in 89ms (ActiveRecord: 1.8ms)
SyntaxError - syntax error, unexpected '<'
<td>'.freeze;@output_buffer.append=( expense.category></td>
^
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:36: unknown regexp options - td unmatched close parenthesis: /td>
<td><%= expense.Description);@output_buffer.safe_append='</
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:37: syntax error, unexpected '<'
<td>'.freeze;@output_buffer.ap... ^
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:39: unknown regexp options - pa end pattern with unmatched parenthesis: /td>
<td> '.freeze;@output_buffer.append=( link_to '<span class="glyphicon glyphicon-remove"></
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:39: syntax error, unexpected tCONSTANT, expecting ')' … :delete, data: { confirm: 'Are you sure?' } );@output_buffe… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:41: unknown regexp options - tr /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:44: unknown regexp options - tabl /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:46: syntax error, unexpected '<'
</div> ^
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:47: unknown regexp options - dv /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:48: syntax error, unexpected '<' </div>
^
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:48: unterminated regexp meets end of file:
app/views/expenses/index.html.erb:35:in `'
Started POST “/__better_errors/5673ac5df3743aeb/variables” for 127.0.0.1 at 2018-03-22 09:20:36 +0200
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 09:20:47 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/index.html.erb within layouts/application (3.5ms)
Completed 401 Unauthorized in 23ms (ActiveRecord: 0.7ms)
SyntaxError - syntax error, unexpected '<'
<td>'.freeze;@output_buffer.append=( expense.category_id></td>
^
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:36: unknown regexp options - td unmatched close parenthesis: /td>
<td><%= expense.Description);@output_buffer.safe_append='</
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:37: syntax error, unexpected '<'
<td>'.freeze;@output_buffer.ap... ^
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:39: unknown regexp options - pa end pattern with unmatched parenthesis: /td>
<td> '.freeze;@output_buffer.append=( link_to '<span class="glyphicon glyphicon-remove"></
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:39: syntax error, unexpected tCONSTANT, expecting ')' … :delete, data: { confirm: 'Are you sure?' } );@output_buffe… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:41: unknown regexp options - tr /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:44: unknown regexp options - tabl /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:46: syntax error, unexpected '<'
</div> ^
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:47: unknown regexp options - dv /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:48: syntax error, unexpected '<' </div>
^
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:48: unterminated regexp meets end of file:
app/views/expenses/index.html.erb:35:in `'
Started POST “/__better_errors/a2ab3181539b3449/variables” for 127.0.0.1 at 2018-03-22 09:20:47 +0200
[1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 10:36:30 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/index.html.erb within layouts/application (12.9ms)
Completed 401 Unauthorized in 210ms (ActiveRecord: 11.7ms)
SyntaxError - syntax error, unexpected '<'
<td>'.freeze;@output_buffer.append=( expense.category_id></td>
^
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:36: unknown regexp options - td unmatched close parenthesis: /td>
<td><%= expense.Description);@output_buffer.safe_append='</
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:37: syntax error, unexpected '<'
<td>'.freeze;@output_buffer.ap... ^
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:39: unknown regexp options - pa end pattern with unmatched parenthesis: /td>
<td> '.freeze;@output_buffer.append=( link_to '<span class="glyphicon glyphicon-remove"></
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:39: syntax error, unexpected tCONSTANT, expecting ')' … :delete, data: { confirm: 'Are you sure?' } );@output_buffe… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:41: unknown regexp options - tr /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:44: unknown regexp options - tabl /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:46: syntax error, unexpected '<'
</div> ^
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:47: unknown regexp options - dv /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:48: syntax error, unexpected '<' </div>
^
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:48: unterminated regexp meets end of file:
app/views/expenses/index.html.erb:35:in `'
Started POST “/__better_errors/dd11d2444528cf7d/variables” for 127.0.0.1 at 2018-03-22 10:36:31 +0200
[1m[36mExpense Load (1.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 10:36:57 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (82.5ms) Rendered layouts/_navigation.html.erb (5.8ms) Rendered layouts/_messages.html.erb (3.3ms)
Completed 200 OK in 626ms (Views: 574.7ms | ActiveRecord: 6.2ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 10:39:41 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (8.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (152.3ms)
Completed 401 Unauthorized in 217ms (ActiveRecord: 11.2ms)
NoMethodError - undefined method `expense' for #<Class:0x007fbddd1d23b8>:
app/views/expenses/index.html.erb:35:in `block in _app_views_expenses_index_html_erb__2422953045057199324_70226680967020' app/views/expenses/index.html.erb:31:in `_app_views_expenses_index_html_erb__2422953045057199324_70226680967020'
Started POST “/__better_errors/ae126fb6299dc6b6/variables” for 127.0.0.1 at 2018-03-22 10:39:42 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-22 10:40:18 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (7.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (1009.9ms)
Completed 401 Unauthorized in 1129ms (ActiveRecord: 10.5ms)
NoMethodError - undefined method `Category' for #<#<Class:0x007fbddfaafc68>:0x007fbddaf76350>:
app/views/expenses/index.html.erb:35:in `block in _app_views_expenses_index_html_erb__2422953045057199324_70226699597500' app/views/expenses/index.html.erb:31:in `_app_views_expenses_index_html_erb__2422953045057199324_70226699597500'
Started POST “/__better_errors/cab787cd6d439b6f/variables” for 127.0.0.1 at 2018-03-22 10:40:20 +0200 Started GET “/” for 127.0.0.1 at 2018-03-22 10:45:06 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (3.4ms) Rendered layouts/_navigation.html.erb (3.1ms) Rendered layouts/_messages.html.erb (1.8ms)
Completed 200 OK in 368ms (Views: 310.7ms | ActiveRecord: 2.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 10:45:07 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT ?[0m [["id", nil], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (29.9ms)
Completed 401 Unauthorized in 66ms (ActiveRecord: 2.1ms)
ActiveRecord::RecordNotFound - Couldn't find Category with 'id'=:
app/views/expenses/index.html.erb:35:in `block in _app_views_expenses_index_html_erb__2422953045057199324_70226707566320' app/views/expenses/index.html.erb:31:in `_app_views_expenses_index_html_erb__2422953045057199324_70226707566320'
Started POST “/__better_errors/3aa6f512749fe1f7/variables” for 127.0.0.1 at 2018-03-22 10:45:08 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-22 10:49:28 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (5.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] [1m[36mCategory Load (0.1ms)[0m [1m[34mSELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT ?[0m [["id", nil], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (58.8ms)
Completed 401 Unauthorized in 160ms (ActiveRecord: 11.0ms)
ActiveRecord::RecordNotFound - Couldn't find Category with 'id'=:
app/views/expenses/index.html.erb:35:in `block in _app_views_expenses_index_html_erb__2422953045057199324_70226699457200' app/views/expenses/index.html.erb:31:in `_app_views_expenses_index_html_erb__2422953045057199324_70226699457200'
Started POST “/__better_errors/75da327a1c362b53/variables” for 127.0.0.1 at 2018-03-22 10:49:29 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-22 11:02:13 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (44.4ms)
Completed 401 Unauthorized in 142ms (ActiveRecord: 7.8ms)
NoMethodError - undefined method `name' for nil:NilClass:
app/views/expenses/index.html.erb:35:in `block in _app_views_expenses_index_html_erb__2422953045057199324_70226738767620' app/views/expenses/index.html.erb:31:in `_app_views_expenses_index_html_erb__2422953045057199324_70226738767620'
Started POST “/__better_errors/0f3984cfef08b3a6/variables” for 127.0.0.1 at 2018-03-22 11:02:14 +0200
[1m[35m (2.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (2.4ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (2.2ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (2.8ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (4.3ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (4.1ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (2.5ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer, "amount" integer)[0m
[1m[35m (1.3ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (1.8ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (1.9ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (3.9ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (3.4ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (4.5ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (2.8ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20180321185925)[0m
[1m[35m (33.4ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
(20180311185712), (20180310151858), (20180311222744), (20180310150946), (20180318225917), (20180318232100);
[0m
[1m[35m (3.6ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-03-22 09:03:37.718441"], ["updated_at", "2018-03-22 09:03:37.718441"]]
[1m[35m (4.0ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (4.9ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (0.4ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (3.2ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (0.5ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (3.1ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer, "amount" integer)[0m
[1m[35m (6.9ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.3ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (3.5ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (0.3ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (3.7ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (3.8ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (3.3ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (2.5ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (3.1ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20180321185925)[0m
[1m[35m (5.1ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
(20180311185712), (20180310151858), (20180311222744), (20180310150946), (20180318225917), (20180318232100);
[0m
[1m[35m (11.2ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[36mActiveRecord::InternalMetadata Load (0.4ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-03-22 09:03:37.809450"], ["updated_at", "2018-03-22 09:03:37.809450"]]
[1m[35m (6.1ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2018-03-22 09:03:37.835752"], ["key", "environment"]]
[1m[35m (2.0ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (5.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (2.5ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (6.8ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (3.1ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (3.4ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (3.7ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (5.1ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (3.7ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer, "amount" integer)[0m
[1m[35m (3.8ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.3ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (6.0ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (5.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (3.4ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (3.4ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.6ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (3.1ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.5ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (7.3ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (5.7ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (7.0ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (3.3ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (9.5ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (3.2ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer, "amount" integer)[0m
[1m[35m (3.5ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (3.7ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (8.3ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (3.5ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (3.1ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (3.8ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[36mActiveRecord::InternalMetadata Load (2.6ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "development"], ["updated_at", "2018-03-22 09:03:54.334957"], ["key", "environment"]]
[1m[35m (3.2ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.8ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2018-03-22 09:03:54.342875"], ["key", "environment"]]
[1m[35m (1.9ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Started GET “/” for 127.0.0.1 at 2018-03-22 11:04:18 +0200
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
ActiveRecord::PendingMigrationError - Migrations are pending. To resolve this issue, run:
bin/rails db:migrate RAILS_ENV=development
:
Started POST “/__better_errors/4718b3d53f14047a/variables” for 127.0.0.1 at 2018-03-22 11:04:19 +0200
[1m[35m (2.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Migrating to DropCashflows (20180321202050)
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (2.9ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20180321202050"]]
[1m[35m (3.4ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (2.4ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_user_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_user_id' AND type='index'
[0m
[1m[35m (0.3ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_reset_password_token' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_reset_password_token' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m Started GET “/” for 127.0.0.1 at 2018-03-22 11:05:18 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (5.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 74ms (ActiveRecord: 7.5ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-22 11:05:19 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (2.2ms) Rendered devise/sessions/new.html.erb within layouts/application (60.9ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 1295ms (Views: 1264.9ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_up” for 127.0.0.1 at 2018-03-22 11:05:24 +0200 Processing by Devise::RegistrationsController#new as HTML
Rendering devise/registrations/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (4.6ms) Rendered devise/registrations/new.html.erb within layouts/application (26.7ms) Rendered layouts/_navigation.html.erb (3.5ms) Rendered layouts/_messages.html.erb (1.5ms)
Completed 200 OK in 187ms (Views: 172.4ms | ActiveRecord: 0.0ms)
Started POST “/users” for 127.0.0.1 at 2018-03-22 11:05:33 +0200 Processing by Devise::RegistrationsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"l0TOoUQRtlZWZ/gCRT4J5WV22QQR2wlU0FtGhhDKjSIPIj7ayHdpCKKmb99fnHDovyEfbi1U4d/Jlrl0ZWRKQw==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
[1m[35m (0.7ms)[0m [1m[36mbegin transaction[0m
[1m[36mUser Exists (2.6ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "admin@example.com"], ["LIMIT", 1]]
[1m[35mSQL (3.4ms)[0m [1m[32mINSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["email", "admin@example.com"], ["encrypted_password", "$2a$11$a8zd.c38Bx2kWF/hPiOxFeJZXA7NUT9AVi044x1sJo5v.dquSg.pC"], ["created_at", "2018-03-22 09:05:33.956645"], ["updated_at", "2018-03-22 09:05:33.956645"]]
[1m[35m (3.2ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m [1m[33mUPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?[0m [["sign_in_count", 1], ["current_sign_in_at", "2018-03-22 09:05:33.968024"], ["last_sign_in_at", "2018-03-22 09:05:33.968024"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2018-03-22 09:05:33.969537"], ["id", 1]]
[1m[35m (2.2ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/ Completed 302 Found in 339ms (ActiveRecord: 12.9ms)
Started GET “/” for 127.0.0.1 at 2018-03-22 11:05:34 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (1.0ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 212ms (Views: 196.9ms | ActiveRecord: 0.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 11:05:38 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (21.6ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 206ms (Views: 120.2ms | ActiveRecord: 2.0ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 11:05:43 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (35.9ms) Rendered expenses/new.html.erb within layouts/application (44.3ms) Rendered layouts/_navigation.html.erb (0.9ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 194ms (Views: 145.7ms | ActiveRecord: 2.1ms)
[1m[35m (2.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (2.9ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
[1m[35m (7.0ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (3.5ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (3.9ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (3.6ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (4.1ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (1.4ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer, "amount" integer)[0m
[1m[35m (3.8ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (3.9ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (5.4ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (4.0ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (3.8ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (3.2ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (7.6ms)[0m [1m[35mDROP TABLE IF EXISTS "cashflows"[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (3.0ms)[0m [1m[35mCREATE TABLE "cashflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "Expense" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (7.1ms)[0m [1m[35mDROP TABLE IF EXISTS "categories"[0m
[1m[35m (3.9ms)[0m [1m[35mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
[1m[35m (4.2ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses"[0m
[1m[35m (8.3ms)[0m [1m[35mCREATE TABLE "expenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "Date" date, "AccountName" varchar, "Description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer, "category_id" integer, "amount" integer)[0m
[1m[35m (1.7ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (3.5ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (4.6ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
[1m[35m (3.9ms)[0m [1m[35mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "provider" varchar, "uid" varchar)[0m
[1m[35m (3.5ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m
[1m[35m (4.3ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (2.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (7.6ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20180321202050)[0m
[1m[36mActiveRecord::InternalMetadata Load (2.7ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "development"], ["updated_at", "2018-03-22 09:06:12.034057"], ["key", "environment"]]
[1m[35m (3.0ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2018-03-22 09:06:12.043672"], ["key", "environment"]]
[1m[35m (3.3ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "income"], ["created_at", "2018-03-22 09:06:12.080928"], ["updated_at", "2018-03-22 09:06:12.080928"]]
[1m[35m (3.9ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "emergency fund"], ["created_at", "2018-03-22 09:06:12.092037"], ["updated_at", "2018-03-22 09:06:12.092037"]]
[1m[35m (3.2ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "saving"], ["created_at", "2018-03-22 09:06:12.098588"], ["updated_at", "2018-03-22 09:06:12.098588"]]
[1m[35m (2.2ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "utility"], ["created_at", "2018-03-22 09:06:12.103828"], ["updated_at", "2018-03-22 09:06:12.103828"]]
[1m[35m (3.3ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "healthcare"], ["created_at", "2018-03-22 09:06:12.111935"], ["updated_at", "2018-03-22 09:06:12.111935"]]
[1m[35m (3.5ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.5ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Credit Cards and Debt"], ["created_at", "2018-03-22 09:06:12.118017"], ["updated_at", "2018-03-22 09:06:12.118017"]]
[1m[35m (2.8ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "food & Groceries"], ["created_at", "2018-03-22 09:06:12.124198"], ["updated_at", "2018-03-22 09:06:12.124198"]]
[1m[35m (3.0ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.0ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "personal care"], ["created_at", "2018-03-22 09:06:12.129141"], ["updated_at", "2018-03-22 09:06:12.129141"]]
[1m[35m (3.0ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "entertainment"], ["created_at", "2018-03-22 09:06:12.135135"], ["updated_at", "2018-03-22 09:06:12.135135"]]
[1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "transportation"], ["created_at", "2018-03-22 09:06:12.140328"], ["updated_at", "2018-03-22 09:06:12.140328"]]
[1m[35m (6.2ms)[0m [1m[36mcommit transaction[0m
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 11:06:54 +0200
[1m[35m (1.8ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 61ms (ActiveRecord: 3.7ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-22 11:06:54 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (2.4ms) Rendered devise/sessions/new.html.erb within layouts/application (52.8ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 1290ms (Views: 1266.0ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-22 11:06:56 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (34.9ms) Rendered devise/sessions/new.html.erb within layouts/application (47.4ms) Rendered layouts/_navigation.html.erb (3.0ms) Rendered layouts/_messages.html.erb (2.3ms)
Completed 200 OK in 226ms (Views: 222.7ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-22 11:06:59 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"WDC8RPbMhmjAlydiZSVazvu8V6K9HEVdyqp7GT0QLZeKQFduaM8A9OL6tsmzsuur9gimFrfl8W55JqBgmnwV7A==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "admin@example.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 10ms (ActiveRecord: 2.7ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"WDC8RPbMhmjAlydiZSVazvu8V6K9HEVdyqp7GT0QLZeKQFduaM8A9OL6tsmzsuur9gimFrfl8W55JqBgmnwV7A==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (2.3ms)
Rendered devise/sessions/new.html.erb within layouts/application (9.3ms)
Rendered layouts/_navigation.html.erb (1.4ms)
Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 355ms (Views: 138.5ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_up” for 127.0.0.1 at 2018-03-22 11:07:02 +0200 Processing by Devise::RegistrationsController#new as HTML
Rendering devise/registrations/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (2.8ms) Rendered devise/registrations/new.html.erb within layouts/application (10.0ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 130ms (Views: 127.1ms | ActiveRecord: 0.0ms)
Started POST “/users” for 127.0.0.1 at 2018-03-22 11:07:10 +0200 Processing by Devise::RegistrationsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"KcVS5lN4ocMCVC2Fjqgc33sjqTxcd8kRpcFPf1Jt5Pmxo6Kd3x5+nfaVuliUCmXSoXRvVmD4IZq8DLCNJ8MjmA==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[36mUser Exists (2.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "admin@example.com"], ["LIMIT", 1]]
[1m[35mSQL (3.2ms)[0m [1m[32mINSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["email", "admin@example.com"], ["encrypted_password", "$2a$11$khb07.YdmNFNprA98bXOx.6frmPoaKRGRGXi3L4KHB9Oil1qHIOaq"], ["created_at", "2018-03-22 09:07:10.788588"], ["updated_at", "2018-03-22 09:07:10.788588"]]
[1m[35m (3.0ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?[0m [["sign_in_count", 1], ["current_sign_in_at", "2018-03-22 09:07:10.797720"], ["last_sign_in_at", "2018-03-22 09:07:10.797720"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2018-03-22 09:07:10.798744"], ["id", 1]]
[1m[35m (3.4ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 231ms (ActiveRecord: 12.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 11:07:10 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (20.2ms) Rendered layouts/_navigation.html.erb (2.8ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 156ms (Views: 103.6ms | ActiveRecord: 3.4ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 11:07:17 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (25.2ms) Rendered expenses/new.html.erb within layouts/application (32.5ms) Rendered layouts/_navigation.html.erb (0.9ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 152ms (Views: 117.5ms | ActiveRecord: 2.2ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-22 11:07:37 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"GBGCEt6PE0gxUENfF5l8+PMSNtpkdNPqU2lCzldAzJ7KYWk4QIyV1BM90vTBDs2d/qbHbm6NZ9ng5Zm38Cz05Q==", "expense"=>{"Date"=>"03/13/2018 11:07 AM", "category_id"=>{"category_id"=>"4"}, "Description"=>"Electricity", "amount"=>"700"}, "commit"=>"Submit"}
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 624ms (ActiveRecord: 2.5ms)
NameError - undefined local variable or method `categories_attributes' for #<ExpensesController:0x007fe6913c53f0>:
app/controllers/expenses_controller.rb:65:in `expense_params' app/controllers/expenses_controller.rb:35:in `create'
Started POST “/__better_errors/546fe0a4e4b4aee1/variables” for 127.0.0.1 at 2018-03-22 11:07:38 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-22 11:08:00 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"GBGCEt6PE0gxUENfF5l8+PMSNtpkdNPqU2lCzldAzJ7KYWk4QIyV1BM90vTBDs2d/qbHbm6NZ9ng5Zm38Cz05Q==", "expense"=>{"Date"=>"03/13/2018 11:07 AM", "category_id"=>{"category_id"=>"4"}, "Description"=>"Electricity", "amount"=>"700"}, "commit"=>"Submit"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 567ms (ActiveRecord: 1.9ms)
NameError - undefined local variable or method `categories' for #<ExpensesController:0x007fe690a612c8>:
app/controllers/expenses_controller.rb:65:in `expense_params' app/controllers/expenses_controller.rb:35:in `create'
Started POST “/__better_errors/e81863cf3df2205d/variables” for 127.0.0.1 at 2018-03-22 11:08:01 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-22 11:08:11 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"GBGCEt6PE0gxUENfF5l8+PMSNtpkdNPqU2lCzldAzJ7KYWk4QIyV1BM90vTBDs2d/qbHbm6NZ9ng5Zm38Cz05Q==", "expense"=>{"Date"=>"03/13/2018 11:07 AM", "category_id"=>{"category_id"=>"4"}, "Description"=>"Electricity", "amount"=>"700"}, "commit"=>"Submit"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 491ms (ActiveRecord: 1.5ms)
NameError - undefined local variable or method `category' for #<ExpensesController:0x007fe694b6c1c8>:
app/controllers/expenses_controller.rb:65:in `expense_params' app/controllers/expenses_controller.rb:35:in `create'
Started POST “/__better_errors/04471b99f98c6503/variables” for 127.0.0.1 at 2018-03-22 11:08:12 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-22 11:09:41 +0200
SyntaxError - syntax error, unexpected => …amount, category_attributes: => [:id, :name ]) … ^ /Users/musochilimboyi/CashFlosum/app/controllers/expenses_controller.rb:65: syntax error, unexpected ')', expecting keyword_end:
app/controllers/expenses_controller.rb:65:in `'
Started POST “/__better_errors/1ef092983d40dbb4/variables” for 127.0.0.1 at 2018-03-22 11:09:41 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-22 11:10:08 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"GBGCEt6PE0gxUENfF5l8+PMSNtpkdNPqU2lCzldAzJ7KYWk4QIyV1BM90vTBDs2d/qbHbm6NZ9ng5Zm38Cz05Q==", "expense"=>{"Date"=>"03/13/2018 11:07 AM", "category_id"=>{"category_id"=>"4"}, "Description"=>"Electricity", "amount"=>"700"}, "commit"=>"Submit"}
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Unpermitted parameter: :category_id
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (3.6ms)[0m [1m[32mINSERT INTO "expenses" ("Description", "created_at", "updated_at", "user_id", "amount") VALUES (?, ?, ?, ?, ?)[0m [["Description", "Electricity"], ["created_at", "2018-03-22 09:10:09.169927"], ["updated_at", "2018-03-22 09:10:09.169927"], ["user_id", 1], ["amount", 700]]
[1m[35m (3.2ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 99ms (ActiveRecord: 12.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 11:10:09 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (19.7ms)
Completed 401 Unauthorized in 44ms (ActiveRecord: 0.6ms)
NoMethodError - undefined method `name' for nil:NilClass:
app/views/expenses/index.html.erb:35:in `block in _app_views_expenses_index_html_erb__1643380783197695865_70314126703320' app/views/expenses/index.html.erb:31:in `_app_views_expenses_index_html_erb__1643380783197695865_70314126703320'
Started POST “/__better_errors/300b3bf9fce66512/variables” for 127.0.0.1 at 2018-03-22 11:10:09 +0200 Started GET “/” for 127.0.0.1 at 2018-03-22 12:07:04 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (15.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (21.1ms) Rendered layouts/_navigation.html.erb (6.4ms) Rendered layouts/_messages.html.erb (2.2ms)
Completed 200 OK in 1068ms (Views: 918.1ms | ActiveRecord: 15.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 12:07:08 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (97.0ms)
Completed 401 Unauthorized in 151ms (ActiveRecord: 5.1ms)
NoMethodError - undefined method `name' for #<Expense:0x007fe6909b4050>:
app/views/expenses/index.html.erb:35:in `block in _app_views_expenses_index_html_erb__1643380783197695865_70314126506340' app/views/expenses/index.html.erb:31:in `_app_views_expenses_index_html_erb__1643380783197695865_70314126506340'
Started POST “/__better_errors/91eeb7a7e0f1fabb/variables” for 127.0.0.1 at 2018-03-22 12:07:08 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-22 12:07:12 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (19.7ms)
Completed 401 Unauthorized in 39ms (ActiveRecord: 0.8ms)
NoMethodError - undefined method `name' for #<Expense:0x007fe694bd20e0>:
app/views/expenses/index.html.erb:35:in `block in _app_views_expenses_index_html_erb__1643380783197695865_70314152087480' app/views/expenses/index.html.erb:31:in `_app_views_expenses_index_html_erb__1643380783197695865_70314152087480'
Started POST “/__better_errors/4a99b95d0980796e/variables” for 127.0.0.1 at 2018-03-22 12:07:13 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-22 12:07:55 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (50.8ms) Rendered layouts/_navigation.html.erb (2.3ms) Rendered layouts/_messages.html.erb (4.2ms)
Completed 200 OK in 543ms (Views: 473.5ms | ActiveRecord: 3.8ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 12:08:25 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (53.7ms)
Completed 401 Unauthorized in 131ms (ActiveRecord: 5.7ms)
NoMethodError - undefined method `params' for #<Expense:0x007fe68f3ae800>:
app/views/expenses/index.html.erb:35:in `block in _app_views_expenses_index_html_erb__1643380783197695865_70314081426760' app/views/expenses/index.html.erb:31:in `_app_views_expenses_index_html_erb__1643380783197695865_70314081426760'
Started POST “/__better_errors/f63b58c5d33aa59d/variables” for 127.0.0.1 at 2018-03-22 12:08:26 +0200 Started GET “/” for 127.0.0.1 at 2018-03-22 13:59:14 +0200
[1m[35m (3.7ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (1.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (4.0ms) Rendered layouts/_navigation.html.erb (2.3ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 1549ms (Views: 1455.1ms | ActiveRecord: 3.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 13:59:19 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (11.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (166.4ms)
Completed 401 Unauthorized in 299ms (ActiveRecord: 14.1ms)
NoMethodError - undefined method `params' for #<Expense:0x007fc698b1b4d8>:
app/views/expenses/index.html.erb:35:in `block in _app_views_expenses_index_html_erb___1441705292128841158_70245435410120' app/views/expenses/index.html.erb:31:in `_app_views_expenses_index_html_erb___1441705292128841158_70245435410120'
Started POST “/__better_errors/69c067f4bc56821d/variables” for 127.0.0.1 at 2018-03-22 13:59:19 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-22 13:59:38 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (62.5ms)
Completed 401 Unauthorized in 151ms (ActiveRecord: 6.3ms)
NoMethodError - undefined method `Accountname' for #<Expense:0x007fc69764dd08> Did you mean? AccountName
AccountName=
AccountName?:
app/views/expenses/index.html.erb:35:in `block in _app_views_expenses_index_html_erb___1441705292128841158_70245472367260'
app/views/expenses/index.html.erb:31:in `_app_views_expenses_index_html_erb___1441705292128841158_70245472367260'
Started POST “/__better_errors/34609ca45c5ca349/variables” for 127.0.0.1 at 2018-03-22 13:59:38 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-22 13:59:47 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (14.9ms) Rendered layouts/_navigation.html.erb (5.3ms) Rendered layouts/_messages.html.erb (2.1ms)
Completed 200 OK in 322ms (Views: 280.8ms | ActiveRecord: 4.9ms)
Started DELETE “/expenses/1” for 127.0.0.1 at 2018-03-22 13:59:52 +0200 Processing by ExpensesController#destroy as HTML
Parameters: {"authenticity_token"=>"eT++uwHgHI1QazILMOWhKgh+njRtXbgiaGengvttWtCrT1WRn+OaEXIGo6DmchBPBcpvgGekDBHb63z7XAFiqw==", "id"=>"1"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 352ms (ActiveRecord: 0.6ms)
NoMethodError - undefined method `set_category' for #<ExpensesController:0x007fc69366a100>:
Started POST “/__better_errors/505a6d971639f491/variables” for 127.0.0.1 at 2018-03-22 13:59:53 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 13:59:59 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (1.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (6.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (678.7ms) Rendered expenses/new.html.erb within layouts/application (724.1ms)
Completed 401 Unauthorized in 787ms (ActiveRecord: 8.7ms)
NoMethodError - undefined method `escription' for #<Expense:0x007fc69c128580> Did you mean? Description
Description?
Description=:
app/views/expenses/_form.html.erb:38:in `block in _app_views_expenses__form_html_erb___2911686850743749669_70245459574280'
app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb___2911686850743749669_70245459574280'
app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb___1969978213358701047_70245499370140'
Started POST “/__better_errors/730a56f5ec56f185/variables” for 127.0.0.1 at 2018-03-22 14:00:01 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 14:00:16 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (1.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.6ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (32.7ms) Rendered expenses/new.html.erb within layouts/application (42.1ms) Rendered layouts/_navigation.html.erb (2.2ms) Rendered layouts/_messages.html.erb (2.0ms)
Completed 200 OK in 301ms (Views: 222.6ms | ActiveRecord: 2.4ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-22 14:00:47 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"3Ya4SW2v0t8bZ+LRKV52ZPxw++5RMhDbUz6SiE1cAKAP9lNj86xUQzkKc3r/yccB8cQKWlvLpOjgsknx6jA42w==", "expense"=>{"Date"=>"03/14/2018 2:00 PM", "AccountName"=>{"category_id"=>"healthcare"}, "Description"=>"Medical Aid", "amount"=>"400"}, "commit"=>"Submit"}
[1m[36mUser Load (3.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Unpermitted parameter: :AccountName
[1m[35m (0.5ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (12.9ms)[0m [1m[32mINSERT INTO "expenses" ("Description", "created_at", "updated_at", "user_id", "amount") VALUES (?, ?, ?, ?, ?)[0m [["Description", "Medical Aid"], ["created_at", "2018-03-22 12:00:47.393380"], ["updated_at", "2018-03-22 12:00:47.393380"], ["user_id", 1], ["amount", 400]]
[1m[35m (6.7ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 250ms (ActiveRecord: 23.2ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 14:00:47 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (19.7ms) Rendered layouts/_navigation.html.erb (13.5ms) Rendered layouts/_messages.html.erb (2.8ms)
Completed 200 OK in 408ms (Views: 387.3ms | ActiveRecord: 1.8ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 14:01:40 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (1.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application Rendered expenses/_form.html.erb (5.8ms) Rendered expenses/new.html.erb within layouts/application (20.1ms)
Completed 401 Unauthorized in 102ms (ActiveRecord: 1.4ms)
SyntaxError - syntax error, unexpected keyword_ensure, expecting end-of-input:
app/views/expenses/_form.html.erb:54:in `' app/views/expenses/new.html.erb:3:in `_app_views_expenses_new_html_erb___1969978213358701047_70245494314560'
Started POST “/__better_errors/67a18939c5b4ff56/variables” for 127.0.0.1 at 2018-03-22 14:01:42 +0200 Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 14:01:50 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (1.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (2.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (22.0ms) Rendered expenses/new.html.erb within layouts/application (28.6ms) Rendered layouts/_navigation.html.erb (4.0ms) Rendered layouts/_messages.html.erb (2.8ms)
Completed 200 OK in 299ms (Views: 234.9ms | ActiveRecord: 3.7ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-22 14:02:20 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"U12FKE38/u0uJmICywmXSmqCb8RPmmnLgkFrllrJ+VOBLW4C0/94cQxL86kdniYvZzaecEVj3fgxzbDv/aXBKA==", "expense"=>{"Date"=>"03/15/2018 2:01 PM", "AccountName"=>"Credit Cards and Debt", "Description"=>"Lewis: Tv", "amount"=>"300"}, "commit"=>"Submit"}
[1m[36mUser Load (2.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.6ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (3.1ms)[0m [1m[32mINSERT INTO "expenses" ("AccountName", "Description", "created_at", "updated_at", "user_id", "amount") VALUES (?, ?, ?, ?, ?, ?)[0m [["AccountName", "Credit Cards and Debt"], ["Description", "Lewis: Tv"], ["created_at", "2018-03-22 12:02:20.225289"], ["updated_at", "2018-03-22 12:02:20.225289"], ["user_id", 1], ["amount", 300]]
[1m[35m (2.0ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 77ms (ActiveRecord: 7.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 14:02:20 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (13.0ms) Rendered layouts/_navigation.html.erb (2.6ms) Rendered layouts/_messages.html.erb (3.0ms)
Completed 200 OK in 333ms (Views: 320.6ms | ActiveRecord: 0.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 14:34:43 +0200
SyntaxError - syntax error, unexpected end-of-input, expecting keyword_end:
app/controllers/expenses_controller.rb:73:in `'
Started POST “/__better_errors/d8963eed52065016/variables” for 127.0.0.1 at 2018-03-22 14:34:45 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-22 14:35:27 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (4.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (113.2ms) Rendered layouts/_navigation.html.erb (2.9ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 842ms (Views: 496.7ms | ActiveRecord: 14.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 14:37:39 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (83.2ms) Rendered layouts/_navigation.html.erb (4.7ms) Rendered layouts/_messages.html.erb (6.2ms)
Completed 200 OK in 1096ms (Views: 767.2ms | ActiveRecord: 19.0ms)
Started DELETE “/expenses/3” for 127.0.0.1 at 2018-03-22 14:37:44 +0200 Processing by ExpensesController#destroy as HTML
Parameters: {"authenticity_token"=>"UrINakzGC/Y4VF+wLtRbOc5boHbREG8rl9Fv8opq516AwuZA0sWNaho5zhv4Q+pcw+9Rwtvp2xgkXbSLLQbfJQ==", "id"=>"3"}
[1m[36mUser Load (7.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (1.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 3], ["LIMIT", 1]]
Completed 401 Unauthorized in 1133ms (ActiveRecord: 8.8ms)
NoMethodError - undefined method `set_category' for #<ExpensesController:0x007fc6932ceb68>:
Started POST “/__better_errors/dd95c51498dc11f3/variables” for 127.0.0.1 at 2018-03-22 14:37:46 +0200 Started DELETE “/expenses/3” for 127.0.0.1 at 2018-03-22 14:38:06 +0200 Processing by ExpensesController#destroy as HTML
Parameters: {"authenticity_token"=>"UrINakzGC/Y4VF+wLtRbOc5boHbREG8rl9Fv8opq516AwuZA0sWNaho5zhv4Q+pcw+9Rwtvp2xgkXbSLLQbfJQ==", "id"=>"3"}
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (2.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 3], ["LIMIT", 1]]
[1m[35m (0.6ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (7.0ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 3]]
[1m[35m (3.4ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 178ms (ActiveRecord: 18.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 14:38:06 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (14.6ms) Rendered layouts/_navigation.html.erb (6.2ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 447ms (Views: 438.3ms | ActiveRecord: 0.8ms)
Started DELETE “/expenses/2” for 127.0.0.1 at 2018-03-22 14:38:11 +0200 Processing by ExpensesController#destroy as HTML
Parameters: {"authenticity_token"=>"uqRcovGFdC2BjBg9rv+6CS9G8C/P3VkwLN3MSUBd+Sdo1LeIb4bysaPhiZZ4aAtsIvIBm8Uk7QOfURcw5zHBXA==", "id"=>"2"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.5ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 2]]
[1m[35m (3.3ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 14ms (ActiveRecord: 5.8ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 14:38:11 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (11.9ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 219ms (Views: 208.8ms | ActiveRecord: 3.2ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 14:54:23 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (50.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/index.html.erb within layouts/application (155.7ms)
Completed 401 Unauthorized in 392ms (ActiveRecord: 50.9ms)
SyntaxError - syntax error, unexpected '<', expecting keyword_end
<table id="expensesTable" clas... ^
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:16: syntax error, unexpected keyword_class, expecting keyword_end …<table id=“expensesTable” class=“table table-striped table-b… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:16: syntax error, unexpected tIDENTIFIER, expecting keyword_end …e-striped table-bordered” style=“width:100%” > … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:17: syntax error, unexpected '<'
<thead> ^
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:21: unknown regexp options - th /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:22: syntax error, unexpected '<'
<th>Description</th> ^
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:23: unknown regexp options - th /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:24: syntax error, unexpected '<'
<th colspan="1"> ^
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:25: syntax error, unexpected '<'
<th colspan="1"> ^
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:27: syntax error, unexpected '<'
</th> ^
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:28: unknown regexp options - tr /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:29: syntax error, unexpected '<'
</thead> ^
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:34: unknown regexp options - td /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:35: syntax error, unexpected '<'
<td>'.freeze;@output_buffer.ap... ^
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:36: unknown regexp options - td /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:37: syntax error, unexpected '<'
<td>'.freeze;@output_buffer.ap... ^
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:39: unknown regexp options - pa end pattern with unmatched parenthesis: /td>
<td> '.freeze;@output_buffer.append=( link_to '<span class="glyphicon glyphicon-remove"></
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:39: syntax error, unexpected tCONSTANT, expecting keyword_end … :delete, data: { confirm: 'Are you sure?' } );@output_buffe… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:41: unknown regexp options - tr /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:42: syntax error, unexpected '<' /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:45: unknown regexp options - tabl /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:47: syntax error, unexpected '<'
</div> ^
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:48: unknown regexp options - dv /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:49: syntax error, unexpected '<' </div>
^
/Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:49: unterminated regexp meets end of file:
app/views/expenses/index.html.erb:16:in `'
Started POST “/__better_errors/2987f084d02dbdc0/variables” for 127.0.0.1 at 2018-03-22 14:54:25 +0200
[1m[36mExpense Load (4.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 14:54:40 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (18.2ms) Rendered expenses/index.html.erb within layouts/application (46.2ms)
Completed 401 Unauthorized in 85ms (ActiveRecord: 2.2ms)
ArgumentError - First argument in form cannot contain nil or be empty:
app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb___2911686850743749669_70245499077160' app/views/expenses/index.html.erb:14:in `_app_views_expenses_index_html_erb___1441705292128841158_70245498842820'
Started POST “/__better_errors/256cc09694b077a3/variables” for 127.0.0.1 at 2018-03-22 14:54:40 +0200
[1m[36mExpense Load (1.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 14:55:04 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (6.3ms) Rendered expenses/index.html.erb within layouts/application (13.0ms)
Completed 401 Unauthorized in 36ms (ActiveRecord: 2.7ms)
NoMethodError - undefined method `new' for nil:NilClass:
app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb___2911686850743749669_70245502690400' app/views/expenses/index.html.erb:14:in `_app_views_expenses_index_html_erb___1441705292128841158_70245499115220'
Started POST “/__better_errors/51a37ee3de317a5e/variables” for 127.0.0.1 at 2018-03-22 14:55:04 +0200
[1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 14:55:13 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/_form.html.erb (4.1ms) Rendered expenses/index.html.erb within layouts/application (7.0ms)
Completed 401 Unauthorized in 27ms (ActiveRecord: 2.6ms)
NoMethodError - undefined method `build' for nil:NilClass:
app/views/expenses/_form.html.erb:7:in `_app_views_expenses__form_html_erb___2911686850743749669_70245483085880' app/views/expenses/index.html.erb:14:in `_app_views_expenses_index_html_erb___1441705292128841158_70245496122660'
Started POST “/__better_errors/2cd1758064992041/variables” for 127.0.0.1 at 2018-03-22 14:55:13 +0200
[1m[36mExpense Load (3.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 14:55:59 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (2.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (80.8ms) [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (95.4ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 6047ms (Views: 5914.0ms | ActiveRecord: 14.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 14:57:13 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (5.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (2.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (32.4ms) [1m[36mExpense Load (2.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (63.0ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 4360ms (Views: 4291.8ms | ActiveRecord: 10.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 14:57:33 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (2.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (26.4ms) [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (42.2ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 3694ms (Views: 3643.4ms | ActiveRecord: 7.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 14:58:34 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (6.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mCategory Load (2.7ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (36.3ms) [1m[36mExpense Load (2.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (63.9ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 4034ms (Views: 3972.0ms | ActiveRecord: 11.5ms)
Started DELETE “/expenses” for 127.0.0.1 at 2018-03-22 14:58:54 +0200
ActionController::RoutingError (No route matches [DELETE] “/expenses”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' webpacker (3.3.1) lib/webpacker/dev_server_proxy.rb:18:in `perform_request' rack-proxy (0.6.4) lib/rack/proxy.rb:57:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-22 14:59:29 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (6.2ms) Rendered layouts/_navigation.html.erb (7.9ms) Rendered layouts/_messages.html.erb (2.9ms)
Completed 200 OK in 393ms (Views: 358.6ms | ActiveRecord: 4.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-22 16:01:20 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (30.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] [1m[36mExpense Load (4.9ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] Rendered expenses/index.html.erb within layouts/application (2194.3ms)
Completed 401 Unauthorized in 2703ms (ActiveRecord: 38.0ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
NameError - undefined local variable or method `new_address_book_path' for #<#<Class:0x007fc69c19f680>:0x007fc69c634a10> Did you mean? new_password_path:
app/views/expenses/index.html.erb:17:in `_app_views_expenses_index_html_erb___1441705292128841158_70245502004760'
Started POST “/__better_errors/e6f6cb23c44a84c8/variables” for 127.0.0.1 at 2018-03-22 16:01:24 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-22 16:01:45 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (12.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (5.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (24.5ms) Rendered layouts/_navigation.html.erb (10.1ms) Rendered layouts/_messages.html.erb (2.1ms)
Completed 200 OK in 527ms (Views: 433.2ms | ActiveRecord: 17.4ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-22 16:01:49 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (2.8ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (57.7ms) Rendered expenses/new.html.erb within layouts/application (70.8ms) Rendered layouts/_navigation.html.erb (3.7ms) Rendered layouts/_messages.html.erb (2.4ms)
Completed 200 OK in 272ms (Views: 242.5ms | ActiveRecord: 3.5ms)
Started GET “/” for 127.0.0.1 at 2018-03-23 01:20:32 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (15.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (8.7ms) Rendered layouts/_navigation.html.erb (3.0ms) Rendered layouts/_messages.html.erb (3.3ms)
Completed 200 OK in 859ms (Views: 715.5ms | ActiveRecord: 15.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-23 01:20:37 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (4.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (20.7ms) Rendered layouts/_navigation.html.erb (2.7ms) Rendered layouts/_messages.html.erb (1.7ms)
Completed 200 OK in 317ms (Views: 258.6ms | ActiveRecord: 5.0ms)
Started DELETE “/expenses” for 127.0.0.1 at 2018-03-23 01:20:43 +0200
ActionController::RoutingError (No route matches [DELETE] “/expenses”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' webpacker (3.3.1) lib/webpacker/dev_server_proxy.rb:18:in `perform_request' rack-proxy (0.6.4) lib/rack/proxy.rb:57:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started DELETE “/expenses” for 127.0.0.1 at 2018-03-23 01:21:37 +0200
ActionController::RoutingError (No route matches [DELETE] “/expenses”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' webpacker (3.3.1) lib/webpacker/dev_server_proxy.rb:18:in `perform_request' rack-proxy (0.6.4) lib/rack/proxy.rb:57:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started DELETE “/expenses” for 127.0.0.1 at 2018-03-23 01:22:52 +0200
ActionController::RoutingError (No route matches [DELETE] “/expenses”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' webpacker (3.3.1) lib/webpacker/dev_server_proxy.rb:18:in `perform_request' rack-proxy (0.6.4) lib/rack/proxy.rb:57:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-23 01:23:50 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (7.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (30.3ms) Rendered layouts/_navigation.html.erb (2.3ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 672ms (Views: 609.4ms | ActiveRecord: 9.4ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-23 01:23:53 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (1.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (0.5ms) Rendered layouts/_navigation.html.erb (2.9ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 435ms (Views: 419.1ms | ActiveRecord: 1.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-23 01:24:01 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (5.9ms) Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 233ms (Views: 215.0ms | ActiveRecord: 3.5ms)
Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-23 01:24:03 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (1.2ms) Rendered layouts/_navigation.html.erb (2.2ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 280ms (Views: 258.1ms | ActiveRecord: 0.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-23 08:58:13 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (24.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (6.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (120.0ms) Rendered layouts/_navigation.html.erb (11.4ms) Rendered layouts/_messages.html.erb (16.7ms)
Completed 200 OK in 1698ms (Views: 1371.1ms | ActiveRecord: 31.5ms)
Started DELETE “/expenses/1” for 127.0.0.1 at 2018-03-23 09:00:41 +0200 Processing by ExpensesController#destroy as HTML
Parameters: {"authenticity_token"=>"Ce5DtbgaXseH7wHSNkYyS0vPA6Ail/N5QY/aqX9W6z/bnqifJhnYW6WCkHng0YMuRnvyFChuR0ryAwHQ2DrTRA==", "id"=>"1"}
[1m[36mUser Load (11.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (5.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 1], ["LIMIT", 1]]
[1m[35m (7.8ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (30.5ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 1]]
[1m[35m (8.8ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 348ms (ActiveRecord: 64.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-23 09:00:41 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (6.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (30.4ms) Rendered layouts/_navigation.html.erb (8.0ms) Rendered layouts/_messages.html.erb (1.5ms)
Completed 200 OK in 898ms (Views: 749.0ms | ActiveRecord: 7.2ms)
Started DELETE “/expenses” for 127.0.0.1 at 2018-03-23 09:00:51 +0200
ActionController::RoutingError (No route matches [DELETE] “/expenses”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' webpacker (3.3.1) lib/webpacker/dev_server_proxy.rb:18:in `perform_request' rack-proxy (0.6.4) lib/rack/proxy.rb:57:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-23 09:02:08 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (11.7ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 848ms (Views: 361.6ms | ActiveRecord: 24.6ms)
Started DELETE “/expenses” for 127.0.0.1 at 2018-03-23 09:02:14 +0200
ActionController::RoutingError (No route matches [DELETE] “/expenses”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' webpacker (3.3.1) lib/webpacker/dev_server_proxy.rb:18:in `perform_request' rack-proxy (0.6.4) lib/rack/proxy.rb:57:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2018-03-23 09:02:21 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (1.2ms) Rendered layouts/_navigation.html.erb (3.3ms) Rendered layouts/_messages.html.erb (3.1ms)
Completed 200 OK in 400ms (Views: 381.1ms | ActiveRecord: 2.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-23 09:02:23 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (6.1ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 232ms (Views: 207.4ms | ActiveRecord: 3.5ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-23 09:02:26 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (2.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (84.2ms) Rendered expenses/new.html.erb within layouts/application (90.5ms) Rendered layouts/_navigation.html.erb (4.8ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 337ms (Views: 323.2ms | ActiveRecord: 4.0ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-23 09:02:53 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"WXgTuXE1wm/wDgYZQMciZDVzLphmsKymot/Rc5QjZ61K8qRi5RfOyBM5raeA+2Kv9Tj6bw5Z5W8BpD6hvWDiXQ==", "expense"=>{"Date"=>"03/08/2018 9:02 AM", "AccountName"=>"utility", "Description"=>"Electriicty", "amount"=>"600.00"}, "commit"=>"Submit"}
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.6ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (3.7ms)[0m [1m[32mINSERT INTO "expenses" ("Date", "AccountName", "Description", "created_at", "updated_at", "user_id", "amount") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["Date", "2018-08-03"], ["AccountName", "utility"], ["Description", "Electriicty"], ["created_at", "2018-03-23 07:02:53.621312"], ["updated_at", "2018-03-23 07:02:53.621312"], ["user_id", 1], ["amount", 600]]
[1m[35m (3.5ms)[0m [1m[36mcommit transaction[0m
Completed 401 Unauthorized in 2561ms (ActiveRecord: 8.6ms)
NameError - undefined local variable or method `address_book_params' for #<ExpensesController:0x007fc6947e1be0>:
app/controllers/expenses_controller.rb:36:in `create'
Started POST “/__better_errors/fb30b1323e75ca0d/variables” for 127.0.0.1 at 2018-03-23 09:02:57 +0200 Started POST “/expenses” for 127.0.0.1 at 2018-03-23 09:04:10 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"WXgTuXE1wm/wDgYZQMciZDVzLphmsKymot/Rc5QjZ61K8qRi5RfOyBM5raeA+2Kv9Tj6bw5Z5W8BpD6hvWDiXQ==", "expense"=>{"Date"=>"03/08/2018 9:02 AM", "AccountName"=>"utility", "Description"=>"Electriicty", "amount"=>"600.00"}, "commit"=>"Submit"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.8ms)[0m [1m[32mINSERT INTO "expenses" ("Date", "AccountName", "Description", "created_at", "updated_at", "user_id", "amount") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["Date", "2018-08-03"], ["AccountName", "utility"], ["Description", "Electriicty"], ["created_at", "2018-03-23 07:04:10.479073"], ["updated_at", "2018-03-23 07:04:10.479073"], ["user_id", 1], ["amount", 600]]
[1m[35m (3.6ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 123ms (ActiveRecord: 7.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-23 09:04:10 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (10.7ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 705ms (Views: 697.1ms | ActiveRecord: 0.5ms)
Started DELETE “/expenses/5” for 127.0.0.1 at 2018-03-23 09:04:20 +0200 Processing by ExpensesController#destroy as HTML
Parameters: {"authenticity_token"=>"12/HuadDH0yMzeyKGwTTwpxEtMDj8cqmpl9DlDWkmAUFHyyTOUCZ0K6gfSHNk2KnkfBFdOkIfpUV05jtksigfg==", "id"=>"5"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 5], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 5]]
[1m[35m (3.4ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 12ms (ActiveRecord: 4.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-23 09:04:20 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (2.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (10.4ms) Rendered layouts/_navigation.html.erb (10.1ms) Rendered layouts/_messages.html.erb (2.0ms)
Completed 200 OK in 276ms (Views: 266.9ms | ActiveRecord: 3.4ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-23 09:04:23 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (3.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (43.2ms) Rendered expenses/new.html.erb within layouts/application (50.4ms) Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 321ms (Views: 281.5ms | ActiveRecord: 6.7ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-23 09:04:36 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"NkQ08Zz9mXp1XC6A7eMFM/30Z4VXWrRceIF8ruSgBD8lzoMqCN+V3ZZrhT4t30X4Pb+zcj+z/ZXb+pN8zeOBzw==", "expense"=>{"Date"=>"03/28/2018 9:04 AM", "AccountName"=>"healthcare", "Description"=>"Medical Aid", "amount"=>"600"}, "commit"=>"Submit"}
[1m[36mUser Load (1.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (3.7ms)[0m [1m[32mINSERT INTO "expenses" ("AccountName", "Description", "created_at", "updated_at", "user_id", "amount") VALUES (?, ?, ?, ?, ?, ?)[0m [["AccountName", "healthcare"], ["Description", "Medical Aid"], ["created_at", "2018-03-23 07:04:36.941318"], ["updated_at", "2018-03-23 07:04:36.941318"], ["user_id", 1], ["amount", 600]]
[1m[35m (3.3ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 33ms (ActiveRecord: 8.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-23 09:04:36 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (13.8ms) Rendered layouts/_navigation.html.erb (2.7ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 471ms (Views: 458.5ms | ActiveRecord: 1.0ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-23 09:04:48 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (1.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (18.5ms) Rendered expenses/new.html.erb within layouts/application (30.7ms) Rendered layouts/_navigation.html.erb (1.9ms) Rendered layouts/_messages.html.erb (1.6ms)
Completed 200 OK in 275ms (Views: 228.7ms | ActiveRecord: 2.0ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-23 09:05:25 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"2wrMbfq7qI+RgWXpvLpTlvoWQJOVdwv93ny+nw5N8w/IgHu2bpmkKHK2zld8hhNdOl2UZP2eQjR9B1FNJw52/w==", "expense"=>{"Date"=>"03/22/2018 9:04 AM", "AccountName"=>"food & Groceries", "Description"=>"KEG: drinks with friend", "amount"=>"140.00"}, "commit"=>"Submit"}
[1m[36mUser Load (1.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.0ms)[0m [1m[32mINSERT INTO "expenses" ("AccountName", "Description", "created_at", "updated_at", "user_id", "amount") VALUES (?, ?, ?, ?, ?, ?)[0m [["AccountName", "food & Groceries"], ["Description", "KEG: drinks with friend"], ["created_at", "2018-03-23 07:05:25.496689"], ["updated_at", "2018-03-23 07:05:25.496689"], ["user_id", 1], ["amount", 140]]
[1m[35m (3.6ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 36ms (ActiveRecord: 6.3ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-23 09:05:25 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (7.9ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (2.4ms)
Completed 200 OK in 158ms (Views: 150.5ms | ActiveRecord: 0.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-23 09:10:42 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (12.4ms) Rendered layouts/_navigation.html.erb (4.1ms) Rendered layouts/_messages.html.erb (1.9ms)
Completed 200 OK in 2203ms (Views: 2160.4ms | ActiveRecord: 4.0ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-23 09:10:48 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.2ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (11.4ms) Rendered expenses/new.html.erb within layouts/application (16.4ms) Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 160ms (Views: 130.4ms | ActiveRecord: 0.9ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-23 09:12:37 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (4.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (25.0ms) Rendered expenses/new.html.erb within layouts/application (35.3ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 1689ms (Views: 1645.5ms | ActiveRecord: 5.1ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-23 09:12:57 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"xMi8deA2xht0MAKZ9q3lxfIWPKnZTAp4AkGdrUIQK2QWuFdffjVAh1ZdkzIgOlSg/6LNHdO1vkuxzUbU5XwTHw==", "expense"=>{"Date"=>"16/03/2018", "AccountName"=>"saving", "Description"=>"transfer to 32 account", "amount"=>"2000"}, "commit"=>"Submit"}
[1m[36mUser Load (5.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (8.0ms)[0m [1m[32mINSERT INTO "expenses" ("Date", "AccountName", "Description", "created_at", "updated_at", "user_id", "amount") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["Date", "2018-03-16"], ["AccountName", "saving"], ["Description", "transfer to 32 account"], ["created_at", "2018-03-23 07:12:57.161669"], ["updated_at", "2018-03-23 07:12:57.161669"], ["user_id", 1], ["amount", 2000]]
[1m[35m (3.9ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 76ms (ActiveRecord: 17.8ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-23 09:12:57 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (10.7ms) Rendered layouts/_navigation.html.erb (3.9ms) Rendered layouts/_messages.html.erb (1.6ms)
Completed 200 OK in 354ms (Views: 337.2ms | ActiveRecord: 1.9ms)
Started DELETE “/expenses/7” for 127.0.0.1 at 2018-03-23 09:13:02 +0200 Processing by ExpensesController#destroy as HTML
Parameters: {"authenticity_token"=>"9icjRYngKhzEVFP6tcpJGpsi0vftAIGbydEgi+611XkkV8hvF+OsgOY5wlFjXfh/lpYjQ+f5Nah6XfvySdntAg==", "id"=>"7"}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 7], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 7]]
[1m[35m (1.4ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 29ms (ActiveRecord: 2.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-23 09:13:02 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (4.3ms) Rendered layouts/_navigation.html.erb (2.3ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 219ms (Views: 210.8ms | ActiveRecord: 0.6ms)
Started DELETE “/expenses/6” for 127.0.0.1 at 2018-03-23 09:13:06 +0200 Processing by ExpensesController#destroy as HTML
Parameters: {"authenticity_token"=>"fKJ9ZmP6JCcEX3SJWa0t/Q7AV1JO/e+p8wtdgWAdMtGu0pZM/fmiuyYy5SKPOpyYA3Sm5kQEW5pAh4b4x3EKqg==", "id"=>"6"}
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 6], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.9ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 6]]
[1m[35m (3.2ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 17ms (ActiveRecord: 5.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-23 09:13:06 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (3.4ms) Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 111ms (Views: 104.9ms | ActiveRecord: 0.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-23 09:17:28 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application Rendered expenses/index.html.erb within layouts/application (11.1ms)
Completed 401 Unauthorized in 112ms (ActiveRecord: 2.5ms)
SyntaxError - syntax error, unexpected keyword_ensure, expecting keyword_end /Users/musochilimboyi/CashFlosum/app/views/expenses/index.html.erb:68: syntax error, unexpected end-of-input, expecting keyword_end:
app/views/expenses/index.html.erb:66:in `'
Started POST “/__better_errors/e84b9903b420db22/variables” for 127.0.0.1 at 2018-03-23 09:17:28 +0200
[1m[36mExpense Load (0.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-23 09:17:46 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (74.4ms) Rendered layouts/_navigation.html.erb (3.0ms) Rendered layouts/_messages.html.erb (2.3ms)
Completed 200 OK in 307ms (Views: 294.3ms | ActiveRecord: 1.0ms)
Started DELETE “/expenses/8” for 127.0.0.1 at 2018-03-23 09:17:54 +0200 Processing by ExpensesController#destroy as HTML
Parameters: {"authenticity_token"=>"h8B9Am8BKF2RXJC0G6SXEoRTAPkH6aaq9hxfmMjzsVtVsJYo8QKuwbMxAR/NMyZ3iefxTQ0QEplFkIThb5+JIA==", "id"=>"8"}
[1m[36mUser Load (2.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 8], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.1ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 8]]
[1m[35m (3.6ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 45ms (ActiveRecord: 7.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-23 09:17:54 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (11.7ms) Rendered layouts/_navigation.html.erb (3.8ms) Rendered layouts/_messages.html.erb (1.9ms)
Completed 200 OK in 314ms (Views: 294.2ms | ActiveRecord: 1.4ms)
Started DELETE “/expenses/4” for 127.0.0.1 at 2018-03-23 09:17:57 +0200 Processing by ExpensesController#destroy as HTML
Parameters: {"authenticity_token"=>"EVM4nnDVdlS4/6iF1bT1b6J3u9+Z+GCKOdMPddj4IWrDI9O07tbwyJqSOS4DI0QKr8NKa5MB1LmKX9QMf5QZEQ==", "id"=>"4"}
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 4], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m [1m[31mDELETE FROM "expenses" WHERE "expenses"."id" = ?[0m [["id", 4]]
[1m[35m (4.2ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 22ms (ActiveRecord: 6.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-23 09:17:57 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (6.6ms) Rendered layouts/_navigation.html.erb (3.2ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 211ms (Views: 194.3ms | ActiveRecord: 0.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-23 09:18:55 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.7ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (18.2ms) Rendered layouts/_navigation.html.erb (5.0ms) Rendered layouts/_messages.html.erb (4.2ms)
Completed 200 OK in 531ms (Views: 464.5ms | ActiveRecord: 3.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-23 09:19:15 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (4.2ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 177ms (Views: 165.6ms | ActiveRecord: 0.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-23 09:19:52 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (12.9ms) Rendered layouts/_navigation.html.erb (2.5ms) Rendered layouts/_messages.html.erb (2.0ms)
Completed 200 OK in 282ms (Views: 234.2ms | ActiveRecord: 3.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-23 09:20:43 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (10.2ms) Rendered layouts/_navigation.html.erb (2.4ms) Rendered layouts/_messages.html.erb (1.5ms)
Completed 200 OK in 349ms (Views: 293.4ms | ActiveRecord: 2.8ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-23 09:23:03 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (29.0ms) Rendered expenses/new.html.erb within layouts/application (40.2ms) Rendered layouts/_navigation.html.erb (2.3ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 407ms (Views: 353.6ms | ActiveRecord: 3.0ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-23 09:23:37 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (7.5ms) Rendered expenses/new.html.erb within layouts/application (13.4ms) Rendered layouts/_navigation.html.erb (3.9ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 236ms (Views: 227.7ms | ActiveRecord: 0.8ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-25 13:26:55 +0200
[1m[35m (3.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (14.8ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 2488ms (Views: 2306.6ms | ActiveRecord: 6.3ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 13:27:12 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (3.6ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (392.5ms) Rendered expenses/new.html.erb within layouts/application (400.9ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 581ms (Views: 561.9ms | ActiveRecord: 4.7ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-25 13:27:33 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Cf5sld4uLpukGRc7NeKvIEjjx1GSariuaofqth0axU0adNtOSgwiPEcuvIX13u/riKgTpvqD8WfJ/AVkNFlAvQ==", "expense"=>{"Date"=>"06/03/2018", "AccountName"=>"saving", "Description"=>"transfer to 32 account", "amount"=>"2000"}, "commit"=>"Submit"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (3.8ms)[0m [1m[32mINSERT INTO "expenses" ("Date", "AccountName", "Description", "created_at", "updated_at", "user_id", "amount") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["Date", "2018-03-06"], ["AccountName", "saving"], ["Description", "transfer to 32 account"], ["created_at", "2018-03-25 11:27:33.929686"], ["updated_at", "2018-03-25 11:27:33.929686"], ["user_id", 1], ["amount", 2000]]
[1m[35m (3.9ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 24ms (ActiveRecord: 8.2ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-25 13:27:33 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (2.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (19.8ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 173ms (Views: 161.4ms | ActiveRecord: 3.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-25 13:28:48 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (4.5ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 206ms (Views: 198.8ms | ActiveRecord: 1.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-25 13:29:18 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (5.4ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 173ms (Views: 160.9ms | ActiveRecord: 1.0ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 13:29:37 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (1.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (1.0ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (25.6ms) Rendered expenses/new.html.erb within layouts/application (34.8ms) Rendered layouts/_navigation.html.erb (2.0ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 246ms (Views: 213.8ms | ActiveRecord: 2.9ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 13:30:02 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (4.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (2.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (9.4ms) Rendered expenses/new.html.erb within layouts/application (15.3ms) Rendered layouts/_navigation.html.erb (4.0ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 216ms (Views: 189.3ms | ActiveRecord: 6.9ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-25 13:30:29 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"R/ZD8W7Ka1aWHIUpsnIKIl3BeXFznZUWGpNsS7zMzxRUfPQq+uhn8XUrLpdyTkrpnYqthht03N+56IOZlY9K5A==", "expense"=>{"Date"=>"25/03/2018", "AccountName"=>"income", "Description"=>"Borrowed from Pastro margaret", "amount"=>"200"}, "commit"=>"Submit"}
[1m[36mUser Load (3.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (1.9ms)[0m [1m[32mINSERT INTO "expenses" ("Date", "AccountName", "Description", "created_at", "updated_at", "user_id", "amount") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["Date", "2018-03-25"], ["AccountName", "income"], ["Description", "Borrowed from Pastro margaret"], ["created_at", "2018-03-25 11:30:29.958230"], ["updated_at", "2018-03-25 11:30:29.958230"], ["user_id", 1], ["amount", 200]]
[1m[35m (3.2ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.2ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 45ms (ActiveRecord: 9.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-25 13:30:29 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (7.4ms) Rendered layouts/_navigation.html.erb (2.6ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 214ms (Views: 204.6ms | ActiveRecord: 1.2ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 13:32:41 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.8ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (42.3ms) Rendered expenses/new.html.erb within layouts/application (48.5ms) Rendered layouts/_navigation.html.erb (3.0ms) Rendered layouts/_messages.html.erb (2.2ms)
Completed 200 OK in 366ms (Views: 228.1ms | ActiveRecord: 16.1ms)
Started GET “/expenses/dasboard” for 127.0.0.1 at 2018-03-25 13:32:50 +0200 Processing by ExpensesController#show as HTML
Parameters: {"id"=>"dasboard"}
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? AND "expenses"."id" = ? LIMIT ?[0m [["user_id", 1], ["id", 0], ["LIMIT", 1]]
Completed 401 Unauthorized in 6ms (ActiveRecord: 0.5ms)
ActiveRecord::RecordNotFound - Couldn't find Expense with 'id'=dasboard [WHERE “expenses”.“user_id” = ?]:
app/controllers/expenses_controller.rb:75:in `set_expense'
Started POST “/__better_errors/d3ef345423540ea5/variables” for 127.0.0.1 at 2018-03-25 13:32:50 +0200 Started GET “/Dashboard” for 127.0.0.1 at 2018-03-25 13:35:47 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 418ms (ActiveRecord: 3.2ms)
ActionController::UnknownFormat - ExpensesController#dashboard is missing a template for this request format and variant.
request.formats: [“text/html”] request.variant: []
NOTE! For XHR/Ajax or API requests, this action would normally respond with 204 No Content: an empty white screen. Since you're loading it in a web browser, we assume that you expected to actually render a template, not nothing, so we're showing an error to be extra-clear. If you expect 204 No Content, carry on. That's what you'll get from an XHR or API request. Give it a shot.:
Started POST “/__better_errors/4f9e370b51ac1c60/variables” for 127.0.0.1 at 2018-03-25 13:35:48 +0200
[1m[36mExpense Load (2.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-25 13:36:17 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard within layouts/application Rendered expenses/dashboard within layouts/application (0.6ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 1260ms (Views: 1250.2ms | ActiveRecord: 2.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-25 13:37:33 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (2.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (22.6ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 175ms (Views: 163.5ms | ActiveRecord: 5.2ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-25 13:39:54 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.7ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (4.5ms) Rendered layouts/_navigation.html.erb (2.7ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 2125ms (Views: 2115.2ms | ActiveRecord: 1.2ms)
Started DELETE “/expenses” for 127.0.0.1 at 2018-03-25 13:40:14 +0200
ActionController::RoutingError (No route matches [DELETE] “/expenses”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' webpacker (3.3.1) lib/webpacker/dev_server_proxy.rb:18:in `perform_request' rack-proxy (0.6.4) lib/rack/proxy.rb:57:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/expenses” for 127.0.0.1 at 2018-03-25 14:08:14 +0200
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (2.3ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (2.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (24.5ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 6896ms (Views: 6732.7ms | ActiveRecord: 8.9ms)
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-25 14:10:23 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application Rendered expenses/dashboard.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 146ms (Views: 136.7ms | ActiveRecord: 0.6ms)
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-25 14:23:09 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (4.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application Rendered expenses/dashboard.html.erb within layouts/application (4.8ms) Rendered layouts/_navigation.html.erb (3.8ms) Rendered layouts/_messages.html.erb (1.7ms)
Completed 200 OK in 312ms (Views: 276.5ms | ActiveRecord: 4.3ms)
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-25 14:36:05 +0200
[1m[35m (2.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (2.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application [1m[36mExpense Load (2.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] Rendered expenses/dashboard.html.erb within layouts/application (62.3ms)
Completed 401 Unauthorized in 223ms (ActiveRecord: 7.1ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
NoMethodError - undefined method `group_by_day_of_week' for #<Expense::ActiveRecord_Associations_CollectionProxy:0x007faac872a180>:
app/views/expenses/dashboard.html.erb:4:in `_app_views_expenses_dashboard_html_erb___1566943125890125335_70185739591640'
Started POST “/__better_errors/77d63f5825443db6/variables” for 127.0.0.1 at 2018-03-25 14:36:06 +0200
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-25 14:36:23 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] Rendered expenses/dashboard.html.erb within layouts/application (15.7ms)
Completed 401 Unauthorized in 31ms (ActiveRecord: 0.6ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
NoMethodError - undefined method `group_by_week' for #<Expense::ActiveRecord_Associations_CollectionProxy:0x007faac4971f78> Did you mean? group_by:
app/views/expenses/dashboard.html.erb:4:in `_app_views_expenses_dashboard_html_erb___1566943125890125335_70185709700520'
Started POST “/__better_errors/47ec2b3699d78664/variables” for 127.0.0.1 at 2018-03-25 14:36:24 +0200
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-25 14:36:50 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application Rendered expenses/dashboard.html.erb within layouts/application (7.8ms)
Completed 401 Unauthorized in 28ms (ActiveRecord: 0.2ms)
Arel::Visitors::UnsupportedVisitError - Unsupported argument type: Hash. Construct an Arel node instead.:
app/views/expenses/dashboard.html.erb:4:in `_app_views_expenses_dashboard_html_erb___1566943125890125335_70185716853640'
Started POST “/__better_errors/3fd03686a84b5997/variables” for 127.0.0.1 at 2018-03-25 14:36:51 +0200
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-25 14:37:16 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application [1m[35m (0.3ms)[0m [1m[34mSELECT COUNT(*) AS count_all, "date" AS date FROM "expenses" WHERE "expenses"."user_id" = ? GROUP BY "date"[0m [["user_id", 1]] Rendered expenses/dashboard.html.erb within layouts/application (2.8ms) Rendered layouts/_navigation.html.erb (4.2ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 6724ms (Views: 6716.9ms | ActiveRecord: 0.6ms)
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-25 14:40:44 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (4.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application [1m[35m (2.8ms)[0m [1m[34mSELECT COUNT(*) AS count_all, "date" AS date FROM "expenses" WHERE "expenses"."user_id" = ? GROUP BY "date"[0m [["user_id", 1]] Rendered expenses/dashboard.html.erb within layouts/application (14.5ms) Rendered layouts/_navigation.html.erb (3.1ms) Rendered layouts/_messages.html.erb (1.6ms)
Completed 200 OK in 370ms (Views: 320.9ms | ActiveRecord: 7.2ms)
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-25 14:42:45 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] Rendered expenses/dashboard.html.erb within layouts/application (23.5ms)
Completed 401 Unauthorized in 41ms (ActiveRecord: 0.5ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
NoMethodError - undefined method `group_by_week' for #<Expense::ActiveRecord_Associations_CollectionProxy:0x007faac6f6dd30> Did you mean? group_by:
app/views/expenses/dashboard.html.erb:4:in `_app_views_expenses_dashboard_html_erb___1566943125890125335_70185729614700'
Started POST “/__better_errors/ea6b8dc1a86fe054/variables” for 127.0.0.1 at 2018-03-25 14:42:46 +0200
[1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-25 14:45:35 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (6.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application [1m[36mExpense Load (2.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] Rendered expenses/dashboard.html.erb within layouts/application (62.9ms)
Completed 401 Unauthorized in 139ms (ActiveRecord: 8.9ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
NoMethodError - undefined method `group_by_week_day' for #<Expense::ActiveRecord_Associations_CollectionProxy:0x007faacc5376a8>:
app/views/expenses/dashboard.html.erb:4:in `_app_views_expenses_dashboard_html_erb___1566943125890125335_70185774592340'
Started POST “/__better_errors/3fc5597a21931d71/variables” for 127.0.0.1 at 2018-03-25 14:45:36 +0200
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-25 14:46:58 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (3.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] Rendered expenses/dashboard.html.erb within layouts/application (19.6ms)
Completed 401 Unauthorized in 47ms (ActiveRecord: 3.2ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
NoMethodError - undefined method `group_by_week_day' for #<Expense::ActiveRecord_Associations_CollectionProxy:0x007faacc206ce0>:
app/views/expenses/dashboard.html.erb:4:in `_app_views_expenses_dashboard_html_erb___1566943125890125335_70185772919740'
Started POST “/__better_errors/faa64b1a65971dc5/variables” for 127.0.0.1 at 2018-03-25 14:46:59 +0200
[1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-25 14:47:07 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application [1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) AS count_all, "date" AS date FROM "expenses" WHERE "expenses"."user_id" = ? GROUP BY "date"[0m [["user_id", 1]] Rendered expenses/dashboard.html.erb within layouts/application (20.9ms) Rendered layouts/_navigation.html.erb (2.9ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 182ms (Views: 175.4ms | ActiveRecord: 0.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-25 14:47:11 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (45.1ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 175ms (Views: 154.6ms | ActiveRecord: 1.2ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 14:47:15 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (2.8ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (478.7ms) Rendered expenses/new.html.erb within layouts/application (483.4ms) Rendered layouts/_navigation.html.erb (2.9ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 614ms (Views: 594.5ms | ActiveRecord: 4.6ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-25 14:47:46 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ut6oSC0coEdXjSfr7avwtAfkC27CymrG1dC84dTB8mxBVB+TuT6s4LS6jFUtl7B/x6/fmaojIw92q1Mz/YJ3nA==", "expense"=>{"Date"=>"21/02/2018", "AccountName"=>"transportation", "Description"=>"Air ticket to Zambia", "amount"=>"2600.00"}, "commit"=>"Submit"}
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (8.8ms)[0m [1m[32mINSERT INTO "expenses" ("Date", "AccountName", "Description", "created_at", "updated_at", "user_id", "amount") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["Date", "2018-02-21"], ["AccountName", "transportation"], ["Description", "Air ticket to Zambia"], ["created_at", "2018-03-25 12:47:46.479693"], ["updated_at", "2018-03-25 12:47:46.479693"], ["user_id", 1], ["amount", 2600]]
[1m[35m (3.4ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 34ms (ActiveRecord: 13.0ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-25 14:47:46 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (0.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (4.8ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 231ms (Views: 222.3ms | ActiveRecord: 0.9ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 14:47:49 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (7.4ms) Rendered expenses/new.html.erb within layouts/application (14.3ms) Rendered layouts/_navigation.html.erb (1.0ms) Rendered layouts/_messages.html.erb (0.5ms)
Completed 200 OK in 157ms (Views: 139.9ms | ActiveRecord: 1.0ms)
[1m[35m (2.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Migrating to AddParentToCategory (20180325130632)
[1m[35m (2.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Migrating to AddParentToCategory (20180325130632)
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
[1m[35m (1.8ms)[0m [1m[35mALTER TABLE "categories" ADD "parent_id" integer[0m
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
[1m[35m (2.4ms)[0m [1m[35mCREATE INDEX "index_categories_on_parent_id" ON "categories" ("parent_id")[0m
[1m[35mSQL (28.5ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20180325130632"]]
[1m[35m (1.3ms)[0m [1m[36mcommit transaction[0m
[1m[36mActiveRecord::InternalMetadata Load (0.8ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_categories_on_parent_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_categories_on_parent_id' AND type='index'
[0m
[1m[35m (0.3ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_user_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_user_id' AND type='index'
[0m
[1m[35m (0.4ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_expenses_on_category_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_expenses_on_category_id' AND type='index'
[0m
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_reset_password_token' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_reset_password_token' AND type='index'
[0m
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
FROM sqlite_master
WHERE name='index_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_users_on_email' AND type='index'
[0m Started POST “/expenses” for 127.0.0.1 at 2018-03-25 16:04:58 +0200
[1m[35m (2.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4KmAlg+ohLgnRBIbLt6+btzkxQZJKFK8PKRR0+mQUt8CBHZzByutQOqu/ashzoyezhH43HN6INTiX6VZuXEuw==", "expense"=>{"Date"=>"22/03/2018", "AccountName"=>"entertainment", "Description"=>"DSTV Subscription", "amount"=>"885.00"}, "commit"=>"Submit"}
[1m[36mUser Load (2.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (1.4ms)[0m [1m[36mbegin transaction[0m
[1m[35mSQL (3.4ms)[0m [1m[32mINSERT INTO "expenses" ("Date", "AccountName", "Description", "created_at", "updated_at", "user_id", "amount") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["Date", "2018-03-22"], ["AccountName", "entertainment"], ["Description", "DSTV Subscription"], ["created_at", "2018-03-25 14:04:59.679963"], ["updated_at", "2018-03-25 14:04:59.679963"], ["user_id", 1], ["amount", 885]]
[1m[35m (3.8ms)[0m [1m[36mcommit transaction[0m
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
Redirected to localhost:3000/expenses Completed 302 Found in 231ms (ActiveRecord: 13.2ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-25 16:04:59 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = ? LIMIT ?[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = ?[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (33.3ms) Rendered layouts/_navigation.html.erb (2.1ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 1624ms (Views: 1612.2ms | ActiveRecord: 1.1ms)
[1m[35m (24.2ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
[1m[35m (32.7ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
[1m[35m (3.7ms)[0m [1m[34mSELECT pg_try_advisory_lock(6934128562748348220)[0m
[1m[35m (6.8ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Migrating to DeviseCreateUsers (20180310150946)
[1m[35m (0.4ms)[0m [1m[35mBEGIN[0m
[1m[35m (48.3ms)[0m [1m[35mCREATE TABLE "users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" timestamp, "last_sign_in_at" timestamp, "current_sign_in_ip" character varying, "last_sign_in_ip" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
[1m[35m (3.3ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (3.9ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35mSQL (4.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180310150946"]]
[1m[35m (2.5ms)[0m [1m[35mCOMMIT[0m
Migrating to AddOmniauthToUsers (20180310151858)
[1m[35m (6.0ms)[0m [1m[35mBEGIN[0m
[1m[35m (19.9ms)[0m [1m[35mALTER TABLE "users" ADD "provider" character varying[0m
[1m[35m (0.4ms)[0m [1m[35mALTER TABLE "users" ADD "uid" character varying[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180310151858"]]
[1m[35m (2.3ms)[0m [1m[35mCOMMIT[0m
Migrating to CreateExpenses (20180311185712)
[1m[35m (0.5ms)[0m [1m[35mBEGIN[0m
[1m[35m (16.8ms)[0m [1m[35mCREATE TABLE "expenses" ("id" bigserial primary key, "line" character varying, "Date" date, "AccountName" character varying, "Description" character varying, "Expense" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180311185712"]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
Migrating to AddUserIdToExpenses (20180311222744)
[1m[35m (6.7ms)[0m [1m[35mBEGIN[0m
[1m[35m (0.5ms)[0m [1m[35mALTER TABLE "expenses" ADD "user_id" bigint[0m
[1m[35m (11.5ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (6.7ms)[0m [1m[35mALTER TABLE "expenses" ADD CONSTRAINT "fk_rails_c3ee69df61"
FOREIGN KEY (“user_id”)
REFERENCES "users" ("id")
[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180311222744"]]
[1m[35m (3.4ms)[0m [1m[35mCOMMIT[0m
Migrating to CreateCategories (20180318225917)
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
[1m[35m (22.4ms)[0m [1m[35mCREATE TABLE "categories" ("id" bigserial primary key, "name" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180318225917"]]
[1m[35m (2.5ms)[0m [1m[35mCOMMIT[0m
Migrating to AddColumnToExpenses (20180318232100)
[1m[35m (6.4ms)[0m [1m[35mBEGIN[0m
[1m[35m (0.9ms)[0m [1m[35mALTER TABLE "expenses" ADD "category_id" bigint[0m
[1m[35m (6.8ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (7.7ms)[0m [1m[35mALTER TABLE "expenses" ADD CONSTRAINT "fk_rails_06966d0da0"
FOREIGN KEY (“category_id”)
REFERENCES "categories" ("id")
[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180318232100"]]
[1m[35m (3.0ms)[0m [1m[35mCOMMIT[0m
Migrating to AddAmountToExpense (20180321185925)
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
[1m[35m (0.5ms)[0m [1m[35mALTER TABLE "expenses" ADD "amount" integer[0m
[1m[35m (27.1ms)[0m [1m[35mALTER TABLE "expenses" DROP "Expense"[0m
[1m[35m (0.4ms)[0m [1m[35mALTER TABLE "expenses" DROP "line"[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180321185925"]]
[1m[35m (2.2ms)[0m [1m[35mCOMMIT[0m
Migrating to DropCashflows (20180321202050)
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180321202050"]]
[1m[35m (11.7ms)[0m [1m[35mCOMMIT[0m
Migrating to AddParentToCategory (20180325130632)
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
[1m[35m (0.5ms)[0m [1m[35mALTER TABLE "categories" ADD "parent_id" bigint[0m
[1m[35m (6.7ms)[0m [1m[35mCREATE INDEX "index_categories_on_parent_id" ON "categories" ("parent_id")[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180325130632"]]
[1m[35m (11.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mActiveRecord::InternalMetadata Load (0.8ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (3.0ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-03-25 20:57:07.885652"], ["updated_at", "2018-03-25 20:57:07.885652"]]
[1m[35m (2.6ms)[0m [1m[35mCOMMIT[0m
[1m[35m (0.4ms)[0m [1m[34mSELECT pg_advisory_unlock(6934128562748348220)[0m
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Started GET “/” for 127.0.0.1 at 2018-03-25 22:58:37 +0200
[1m[35m (3.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (1.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 90ms (ActiveRecord: 10.9ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-25 22:58:38 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (2.2ms) Rendered devise/sessions/new.html.erb within layouts/application (63.1ms) Rendered layouts/_navigation.html.erb (1.9ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 1553ms (Views: 1533.4ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_up” for 127.0.0.1 at 2018-03-25 22:58:43 +0200 Processing by Devise::RegistrationsController#new as HTML
Rendering devise/registrations/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (2.6ms) Rendered devise/registrations/new.html.erb within layouts/application (10.5ms) Rendered layouts/_navigation.html.erb (2.4ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 192ms (Views: 188.9ms | ActiveRecord: 0.0ms)
Started POST “/users” for 127.0.0.1 at 2018-03-25 22:58:59 +0200 Processing by Devise::RegistrationsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"KYeNMI1t47Nf4DE7QRg3fI2z5LBy1xY66YPPK0v023Wx4X1LAQs87ashpuZbuk5xV+Qi2k5Y/rHwTjDZPlocFA==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
[1m[36mUser Exists (1.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
[1m[35m (5.7ms)[0m [1m[31mROLLBACK[0m
Rendering devise/registrations/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (4.8ms)
Rendered devise/registrations/new.html.erb within layouts/application (19.9ms)
Rendered layouts/_navigation.html.erb (3.5ms)
Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 468ms (Views: 204.7ms | ActiveRecord: 6.9ms)
Started POST “/users” for 127.0.0.1 at 2018-03-25 22:59:13 +0200 Processing by Devise::RegistrationsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"dk7XPd+DxoYErxMFqrrxpDk+x0uTrJeF8uCvFHPqNdKkPjwXQYBAGibCgq58LUDBNIo2/5lVI7ZBbHRt1IYNqQ==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
[1m[36mUser Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
[1m[35mSQL (12.1ms)[0m [1m[32mINSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["email", "musosum@gmail.com"], ["encrypted_password", "$2a$11$viPc/BnW7y3U2B2rOOpsRuI3zw13Z35MG0IgF4w4VZrJoFo9OdM5G"], ["created_at", "2018-03-25 20:59:14.140397"], ["updated_at", "2018-03-25 20:59:14.140397"]]
[1m[35m (2.7ms)[0m [1m[35mCOMMIT[0m
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (7.3ms)[0m [1m[33mUPDATE "users" SET "sign_in_count" = $1, "current_sign_in_at" = $2, "last_sign_in_at" = $3, "current_sign_in_ip" = $4, "last_sign_in_ip" = $5, "updated_at" = $6 WHERE "users"."id" = $7[0m [["sign_in_count", 1], ["current_sign_in_at", "2018-03-25 20:59:14.159208"], ["last_sign_in_at", "2018-03-25 20:59:14.159208"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2018-03-25 20:59:14.160907"], ["id", 1]]
[1m[35m (3.0ms)[0m [1m[35mCOMMIT[0m
Redirected to localhost:3000/ Completed 302 Found in 218ms (ActiveRecord: 26.1ms)
Started GET “/” for 127.0.0.1 at 2018-03-25 22:59:14 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 170ms (Views: 153.3ms | ActiveRecord: 2.6ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-25 22:59:19 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (2.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (18.1ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 182ms (Views: 107.3ms | ActiveRecord: 5.9ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 22:59:22 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (6.9ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (29.0ms) Rendered expenses/new.html.erb within layouts/application (34.1ms) Rendered layouts/_navigation.html.erb (0.9ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 169ms (Views: 106.7ms | ActiveRecord: 32.9ms)
[1m[35m (1.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.7ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
[1m[35m (0.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.4ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
[1m[35m (0.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.4ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
[1m[35mSQL (12.7ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
[1m[35m (37.9ms)[0m [1m[35mDROP TABLE IF EXISTS "categories" CASCADE[0m
[1m[35m (14.1ms)[0m [1m[35mCREATE TABLE "categories" ("id" bigserial primary key, "name" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "parent_id" bigint)[0m
[1m[35m (7.4ms)[0m [1m[35mCREATE INDEX "index_categories_on_parent_id" ON "categories" ("parent_id")[0m
[1m[35m (10.5ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses" CASCADE[0m
[1m[35m (9.4ms)[0m [1m[35mCREATE TABLE "expenses" ("id" bigserial primary key, "Date" date, "AccountName" character varying, "Description" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "user_id" bigint, "category_id" bigint, "amount" integer)[0m
[1m[35m (7.9ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (6.7ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (6.7ms)[0m [1m[35mDROP TABLE IF EXISTS "users" CASCADE[0m
[1m[35m (10.0ms)[0m [1m[35mCREATE TABLE "users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" timestamp, "last_sign_in_at" timestamp, "current_sign_in_ip" character varying, "last_sign_in_ip" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "provider" character varying, "uid" character varying)[0m
[1m[35m (4.4ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (3.4ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (4.0ms)[0m [1m[35mALTER TABLE "expenses" ADD CONSTRAINT "fk_rails_06966d0da0"
FOREIGN KEY (“category_id”)
REFERENCES "categories" ("id")
[0m
[1m[35m (3.6ms)[0m [1m[35mALTER TABLE "expenses" ADD CONSTRAINT "fk_rails_c3ee69df61"
FOREIGN KEY (“user_id”)
REFERENCES "users" ("id")
[0m
[1m[35m (0.7ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[36mActiveRecord::InternalMetadata Load (0.9ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
[1m[35m (0.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mActiveRecord::InternalMetadata Load (0.6ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
[1m[35m (0.2ms)[0m [1m[35mCOMMIT[0m
[1m[35mSQL (3.8ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
[1m[35m (2.5ms)[0m [1m[35mDROP TABLE IF EXISTS "categories" CASCADE[0m
[1m[35m (72.4ms)[0m [1m[35mCREATE TABLE "categories" ("id" bigserial primary key, "name" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "parent_id" bigint)[0m
[1m[35m (5.8ms)[0m [1m[35mCREATE INDEX "index_categories_on_parent_id" ON "categories" ("parent_id")[0m
[1m[35m (0.4ms)[0m [1m[35mDROP TABLE IF EXISTS "expenses" CASCADE[0m
[1m[35m (19.6ms)[0m [1m[35mCREATE TABLE "expenses" ("id" bigserial primary key, "Date" date, "AccountName" character varying, "Description" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "user_id" bigint, "category_id" bigint, "amount" integer)[0m
[1m[35m (3.5ms)[0m [1m[35mCREATE INDEX "index_expenses_on_category_id" ON "expenses" ("category_id")[0m
[1m[35m (4.5ms)[0m [1m[35mCREATE INDEX "index_expenses_on_user_id" ON "expenses" ("user_id")[0m
[1m[35m (0.3ms)[0m [1m[35mDROP TABLE IF EXISTS "users" CASCADE[0m
[1m[35m (8.0ms)[0m [1m[35mCREATE TABLE "users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" timestamp, "last_sign_in_at" timestamp, "current_sign_in_ip" character varying, "last_sign_in_ip" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "provider" character varying, "uid" character varying)[0m
[1m[35m (2.3ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (2.0ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
[1m[35m (10.0ms)[0m [1m[35mALTER TABLE "expenses" ADD CONSTRAINT "fk_rails_06966d0da0"
FOREIGN KEY (“category_id”)
REFERENCES "categories" ("id")
[0m
[1m[35m (6.5ms)[0m [1m[35mALTER TABLE "expenses" ADD CONSTRAINT "fk_rails_c3ee69df61"
FOREIGN KEY (“user_id”)
REFERENCES "users" ("id")
[0m
[1m[35m (11.3ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
[1m[35m (1.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (3.3ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20180325130632)[0m
[1m[35m (3.2ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
(20180311185712), (20180310151858), (20180321185925), (20180311222744), (20180310150946), (20180318225917), (20180318232100), (20180321202050);
[0m
[1m[35m (15.0ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
[1m[36mActiveRecord::InternalMetadata Load (0.8ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-03-25 20:59:51.815104"], ["updated_at", "2018-03-25 20:59:51.815104"]]
[1m[35m (2.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = $1, "updated_at" = $2 WHERE "ar_internal_metadata"."key" = $3[0m [["value", "test"], ["updated_at", "2018-03-25 20:59:51.823399"], ["key", "environment"]]
[1m[35m (2.2ms)[0m [1m[35mCOMMIT[0m
[1m[35m (0.8ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (1.0ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "income"], ["created_at", "2018-03-25 20:59:51.870571"], ["updated_at", "2018-03-25 20:59:51.870571"]]
[1m[35m (6.0ms)[0m [1m[35mCOMMIT[0m
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "emergency fund"], ["created_at", "2018-03-25 20:59:51.880213"], ["updated_at", "2018-03-25 20:59:51.880213"]]
[1m[35m (2.3ms)[0m [1m[35mCOMMIT[0m
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "saving"], ["created_at", "2018-03-25 20:59:51.886146"], ["updated_at", "2018-03-25 20:59:51.886146"]]
[1m[35m (1.1ms)[0m [1m[35mCOMMIT[0m
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "utility"], ["created_at", "2018-03-25 20:59:51.890884"], ["updated_at", "2018-03-25 20:59:51.890884"]]
[1m[35m (2.5ms)[0m [1m[35mCOMMIT[0m
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "healthcare"], ["created_at", "2018-03-25 20:59:51.896870"], ["updated_at", "2018-03-25 20:59:51.896870"]]
[1m[35m (2.5ms)[0m [1m[35mCOMMIT[0m
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.9ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "Credit Cards and Debt"], ["created_at", "2018-03-25 20:59:51.903458"], ["updated_at", "2018-03-25 20:59:51.903458"]]
[1m[35m (2.4ms)[0m [1m[35mCOMMIT[0m
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "food & Groceries"], ["created_at", "2018-03-25 20:59:51.911551"], ["updated_at", "2018-03-25 20:59:51.911551"]]
[1m[35m (2.2ms)[0m [1m[35mCOMMIT[0m
[1m[35m (0.5ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "personal care"], ["created_at", "2018-03-25 20:59:51.917798"], ["updated_at", "2018-03-25 20:59:51.917798"]]
[1m[35m (2.5ms)[0m [1m[35mCOMMIT[0m
[1m[35m (0.4ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "entertainment"], ["created_at", "2018-03-25 20:59:51.924586"], ["updated_at", "2018-03-25 20:59:51.924586"]]
[1m[35m (2.7ms)[0m [1m[35mCOMMIT[0m
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "categories" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "transportation"], ["created_at", "2018-03-25 20:59:51.930670"], ["updated_at", "2018-03-25 20:59:51.930670"]]
[1m[35m (2.4ms)[0m [1m[35mCOMMIT[0m
Started GET “/” for 127.0.0.1 at 2018-03-25 23:00:27 +0200
[1m[35m (0.8ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
Completed 401 Unauthorized in 72ms (ActiveRecord: 5.8ms)
Started GET “/users/sign_in” for 127.0.0.1 at 2018-03-25 23:00:28 +0200 Processing by Devise::SessionsController#new as HTML
Rendering devise/sessions/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (2.8ms) Rendered devise/sessions/new.html.erb within layouts/application (62.9ms) Rendered layouts/_navigation.html.erb (2.1ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 1336ms (Views: 1315.4ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-25 23:00:31 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"z7p/5qyb/JELkVT4lLdwn2A37ZKzN3Mw/TmrPPHWmhUdypTMMph6DSn8xVNCIMH6bYMcJrnOxwNOtXBFVrqibg==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (1.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 8ms (ActiveRecord: 1.7ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"z7p/5qyb/JELkVT4lLdwn2A37ZKzN3Mw/TmrPPHWmhUdypTMMph6DSn8xVNCIMH6bYMcJrnOxwNOtXBFVrqibg==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (2.2ms)
Rendered devise/sessions/new.html.erb within layouts/application (11.4ms)
Rendered layouts/_navigation.html.erb (1.1ms)
Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 324ms (Views: 121.7ms | ActiveRecord: 0.0ms)
Started POST “/users/sign_in” for 127.0.0.1 at 2018-03-25 23:00:40 +0200 Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ezo+rjEhB+DSl9eQvWeJVD07MgNiNC8sVX8InPs28sHBStWEryKBfPD6Rjtr8DgxMI/Dt2jNmx/m89PlXFrKug==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
Completed 401 Unauthorized in 3ms (ActiveRecord: 0.4ms)
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ezo+rjEhB+DSl9eQvWeJVD07MgNiNC8sVX8InPs28sHBStWEryKBfPD6Rjtr8DgxMI/Dt2jNmx/m89PlXFrKug==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
Rendering devise/sessions/new.html.erb within layouts/application
Rendered devise/shared/_links.html.erb (2.4ms)
Rendered devise/sessions/new.html.erb within layouts/application (7.9ms)
Rendered layouts/_navigation.html.erb (1.1ms)
Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 297ms (Views: 128.5ms | ActiveRecord: 0.0ms)
Started GET “/users/sign_up” for 127.0.0.1 at 2018-03-25 23:00:43 +0200 Processing by Devise::RegistrationsController#new as HTML
Rendering devise/registrations/new.html.erb within layouts/application Rendered devise/shared/_links.html.erb (3.7ms) Rendered devise/registrations/new.html.erb within layouts/application (9.5ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 130ms (Views: 111.4ms | ActiveRecord: 0.0ms)
Started POST “/users” for 127.0.0.1 at 2018-03-25 23:00:54 +0200 Processing by Devise::RegistrationsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"nZ5gdUnnEeGAY9K2ppH+Z/nCah0Vg6qFTOxt+YgNrkoF+JAOxYHOv3SiRWu8M4dqI5WsdykMQg5VIZIL/aNpKw==", "user"=>{"email"=>"musosum@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
[1m[36mUser Exists (0.5ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2[0m [["email", "musosum@gmail.com"], ["LIMIT", 1]]
[1m[35mSQL (0.9ms)[0m [1m[32mINSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["email", "musosum@gmail.com"], ["encrypted_password", "$2a$11$dWNVyt0YRT20ExFLWrnPZuuOKfW9WJn8Do3Wr0K7Vsy/GYZKCvQIi"], ["created_at", "2018-03-25 21:00:54.663893"], ["updated_at", "2018-03-25 21:00:54.663893"]]
[1m[35m (6.0ms)[0m [1m[35mCOMMIT[0m
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (1.0ms)[0m [1m[33mUPDATE "users" SET "sign_in_count" = $1, "current_sign_in_at" = $2, "last_sign_in_at" = $3, "current_sign_in_ip" = $4, "last_sign_in_ip" = $5, "updated_at" = $6 WHERE "users"."id" = $7[0m [["sign_in_count", 1], ["current_sign_in_at", "2018-03-25 21:00:54.673528"], ["last_sign_in_at", "2018-03-25 21:00:54.673528"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2018-03-25 21:00:54.675198"], ["id", 1]]
[1m[35m (5.9ms)[0m [1m[35mCOMMIT[0m
Redirected to localhost:3000/ Completed 302 Found in 216ms (ActiveRecord: 14.8ms)
Started GET “/” for 127.0.0.1 at 2018-03-25 23:00:54 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.4ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 92ms (Views: 80.6ms | ActiveRecord: 0.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-25 23:00:56 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 1]] Rendered expenses/index.html.erb within layouts/application (15.6ms) Rendered layouts/_navigation.html.erb (0.9ms) Rendered layouts/_messages.html.erb (0.5ms)
Completed 200 OK in 148ms (Views: 85.7ms | ActiveRecord: 4.7ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:00:58 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.8ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (24.5ms) Rendered expenses/new.html.erb within layouts/application (29.3ms) Rendered layouts/_navigation.html.erb (0.9ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 157ms (Views: 99.7ms | ActiveRecord: 21.5ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-25 23:01:17 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"IVRlCTqM8IbNdYCG0EdDx4vYi7XekrZqxwVdarHiJm4y3tLSrq78IS5CKzgQewMMS5NfQrZ7/6NkfrK4mKGjng==", "expense"=>{"Date"=>"06/03/2018", "AccountName"=>"utility", "Description"=>"Water and electrity", "amount"=>"400.00"}, "commit"=>"Submit"}
[1m[36mUser Load (4.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.8ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (7.8ms)[0m [1m[32mINSERT INTO "expenses" ("Date", "AccountName", "Description", "created_at", "updated_at", "user_id", "amount") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["Date", "2018-03-06"], ["AccountName", "utility"], ["Description", "Water and electrity"], ["created_at", "2018-03-25 21:01:17.712655"], ["updated_at", "2018-03-25 21:01:17.712655"], ["user_id", 1], ["amount", 400]]
[1m[35m (5.8ms)[0m [1m[35mCOMMIT[0m
[1m[35m (0.6ms)[0m [1m[35mBEGIN[0m
[1m[35m (0.3ms)[0m [1m[35mCOMMIT[0m
Redirected to localhost:3000/expenses Completed 302 Found in 48ms (ActiveRecord: 19.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-25 23:01:17 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (5.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (15.8ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 103ms (Views: 91.0ms | ActiveRecord: 7.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-25 23:02:57 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (5.5ms) Rendered layouts/_navigation.html.erb (659.0ms)
Completed 401 Unauthorized in 792ms (ActiveRecord: 1.4ms)
NameError - undefined local variable or method `dashboard_path' for #<#<Class:0x007f7fa385f028>:0x007f7f9ee8f9e8> Did you mean? dashbard_path:
app/views/layouts/_navigation.html.erb:20:in `_app_views_layouts__navigation_html_erb__4513053933620688763_70093050752920' app/views/layouts/application.html.erb:25:in `_app_views_layouts_application_html_erb___171875592255806940_70093098879140'
Started POST “/__better_errors/05d523a950d5115c/variables” for 127.0.0.1 at 2018-03-25 23:02:59 +0200 Started GET “/expenses” for 127.0.0.1 at 2018-03-25 23:03:22 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (20.6ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 183ms (Views: 135.8ms | ActiveRecord: 11.0ms)
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-25 23:03:30 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application [1m[35m (26.7ms)[0m [1m[34mSELECT COUNT(*) AS count_all, "date" AS date FROM "expenses" WHERE "expenses"."user_id" = $1 GROUP BY "date"[0m [["user_id", 1]] Rendered expenses/dashboard.html.erb within layouts/application (33.3ms)
Completed 401 Unauthorized in 61ms (ActiveRecord: 27.5ms)
ActiveRecord::StatementInvalid - PG::UndefinedColumn: ERROR: column “date” does not exist LINE 1: SELECT COUNT(*) AS count_all, “date” AS date FROM “expenses”…
^
HINT: Perhaps you meant to reference the column “expenses.Date”. : SELECT COUNT(*) AS count_all, “date” AS date FROM “expenses” WHERE “expenses”.“user_id” = $1 GROUP BY “date”:
app/views/expenses/dashboard.html.erb:4:in `_app_views_expenses_dashboard_html_erb___255615684686036918_70093091968380'
Started POST “/__better_errors/d0c9fcf20bef3f0e/variables” for 127.0.0.1 at 2018-03-25 23:03:30 +0200
[1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/expenses” for 127.0.0.1 at 2018-03-25 23:03:39 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (1.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (0.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (6.3ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 156ms (Views: 147.6ms | ActiveRecord: 2.4ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:03:46 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (1.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.6ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (20.5ms) Rendered expenses/new.html.erb within layouts/application (26.8ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 124ms (Views: 103.2ms | ActiveRecord: 4.9ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:05:08 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (6.2ms) Rendered expenses/new.html.erb within layouts/application (9.4ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 200ms (Views: 186.0ms | ActiveRecord: 1.0ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:06:37 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (7.2ms) Rendered expenses/new.html.erb within layouts/application (12.3ms) Rendered layouts/_navigation.html.erb (4.3ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 180ms (Views: 169.5ms | ActiveRecord: 1.2ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:06:49 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.6ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (6.0ms) Rendered expenses/new.html.erb within layouts/application (9.0ms) Rendered layouts/_navigation.html.erb (4.7ms) Rendered layouts/_messages.html.erb (2.7ms)
Completed 200 OK in 250ms (Views: 241.5ms | ActiveRecord: 1.2ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:06:58 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (6.4ms) Rendered expenses/new.html.erb within layouts/application (12.6ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 200ms (Views: 193.4ms | ActiveRecord: 0.9ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:07:06 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (4.6ms) Rendered expenses/new.html.erb within layouts/application (7.4ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 104ms (Views: 96.2ms | ActiveRecord: 0.8ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:07:09 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (6.2ms) Rendered expenses/new.html.erb within layouts/application (9.2ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 129ms (Views: 123.5ms | ActiveRecord: 0.8ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:07:22 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (7.7ms) Rendered expenses/new.html.erb within layouts/application (11.9ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 117ms (Views: 109.3ms | ActiveRecord: 0.8ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:09:32 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (7.4ms) Rendered expenses/new.html.erb within layouts/application (11.6ms) Rendered layouts/_navigation.html.erb (2.0ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 197ms (Views: 186.1ms | ActiveRecord: 1.1ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:09:36 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (6.8ms) Rendered expenses/new.html.erb within layouts/application (10.9ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 111ms (Views: 103.7ms | ActiveRecord: 0.9ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:10:27 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (5.9ms) Rendered expenses/new.html.erb within layouts/application (8.5ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 198ms (Views: 186.5ms | ActiveRecord: 1.1ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:11:14 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.9ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (9.1ms) Rendered expenses/new.html.erb within layouts/application (14.1ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 194ms (Views: 185.2ms | ActiveRecord: 1.5ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:11:33 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (6.0ms) Rendered expenses/new.html.erb within layouts/application (9.6ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (2.9ms)
Completed 200 OK in 184ms (Views: 176.9ms | ActiveRecord: 0.7ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:11:57 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (1.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (6.4ms) Rendered expenses/new.html.erb within layouts/application (11.8ms) Rendered layouts/_navigation.html.erb (1.9ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 170ms (Views: 155.4ms | ActiveRecord: 1.9ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:12:31 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (4.8ms) Rendered expenses/new.html.erb within layouts/application (7.9ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 158ms (Views: 148.5ms | ActiveRecord: 1.0ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:12:50 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (7.2ms) Rendered expenses/new.html.erb within layouts/application (10.9ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 148ms (Views: 139.7ms | ActiveRecord: 1.0ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:13:03 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (5.5ms) Rendered expenses/new.html.erb within layouts/application (8.4ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 146ms (Views: 137.7ms | ActiveRecord: 0.9ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:14:55 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (4.0ms) Rendered expenses/new.html.erb within layouts/application (6.5ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 170ms (Views: 161.6ms | ActiveRecord: 0.8ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:15:58 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (5.6ms) Rendered expenses/new.html.erb within layouts/application (8.8ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (1.5ms)
Completed 200 OK in 149ms (Views: 140.7ms | ActiveRecord: 1.0ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:16:44 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (4.5ms) Rendered expenses/new.html.erb within layouts/application (9.4ms) Rendered layouts/_navigation.html.erb (2.3ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 155ms (Views: 146.8ms | ActiveRecord: 0.8ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:17:09 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (4.5ms) Rendered expenses/new.html.erb within layouts/application (7.4ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 161ms (Views: 151.8ms | ActiveRecord: 0.8ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:17:22 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (5.7ms) Rendered expenses/new.html.erb within layouts/application (9.9ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 178ms (Views: 170.5ms | ActiveRecord: 1.0ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:17:36 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.3ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (5.6ms) Rendered expenses/new.html.erb within layouts/application (8.9ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 151ms (Views: 142.6ms | ActiveRecord: 0.8ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-25 23:21:21 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.5ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (30.2ms) Rendered expenses/new.html.erb within layouts/application (37.9ms) Rendered layouts/_navigation.html.erb (2.8ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 408ms (Views: 290.4ms | ActiveRecord: 22.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-25 23:21:26 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (9.2ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 144ms (Views: 127.9ms | ActiveRecord: 2.1ms)
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-25 23:21:30 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (2.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application [1m[35m (7.1ms)[0m [1m[34mSELECT COUNT(*) AS count_all, "date" AS date FROM "expenses" WHERE "expenses"."user_id" = $1 GROUP BY "date"[0m [["user_id", 1]] Rendered expenses/dashboard.html.erb within layouts/application (13.1ms)
Completed 401 Unauthorized in 47ms (ActiveRecord: 9.7ms)
ActiveRecord::StatementInvalid - PG::UndefinedColumn: ERROR: column “date” does not exist LINE 1: SELECT COUNT(*) AS count_all, “date” AS date FROM “expenses”…
^
HINT: Perhaps you meant to reference the column “expenses.Date”. : SELECT COUNT(*) AS count_all, “date” AS date FROM “expenses” WHERE “expenses”.“user_id” = $1 GROUP BY “date”:
app/views/expenses/dashboard.html.erb:4:in `_app_views_expenses_dashboard_html_erb___255615684686036918_70093038340480'
Started POST “/__better_errors/42e7dbb20b2b33cd/variables” for 127.0.0.1 at 2018-03-25 23:21:30 +0200
[1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/” for 127.0.0.1 at 2018-03-25 23:21:34 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.7ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 122ms (Views: 114.1ms | ActiveRecord: 0.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-25 23:21:36 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (5.2ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 133ms (Views: 119.3ms | ActiveRecord: 1.8ms)
Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-25 23:21:37 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.4ms) Rendered layouts/_navigation.html.erb (2.0ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 114ms (Views: 103.9ms | ActiveRecord: 2.0ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:21:39 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (15.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (0.5ms) Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.html.erb (0.7ms)
Completed 200 OK in 113ms (Views: 84.6ms | ActiveRecord: 15.5ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:26:29 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (2.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (10.9ms) Rendered layouts/_navigation.html.erb (3.2ms) Rendered layouts/_messages.html.erb (1.5ms)
Completed 200 OK in 508ms (Views: 422.2ms | ActiveRecord: 2.2ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:27:14 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (1.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (4.0ms) Rendered layouts/_navigation.html.erb (2.3ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 243ms (Views: 205.8ms | ActiveRecord: 1.8ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:27:30 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (0.8ms) Rendered layouts/_navigation.html.erb (2.2ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 183ms (Views: 175.8ms | ActiveRecord: 0.6ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:27:55 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (0.5ms)
Completed 401 Unauthorized in 1346ms (ActiveRecord: 0.6ms)
Sass::SyntaxError - Invalid CSS after “… 'static_pages'”: expected selector or at-rule, was “@font-face {”:
app/assets/stylesheets/application.scss:27:in `' app/views/layouts/application.html.erb:11:in `_app_views_layouts_application_html_erb___171875592255806940_70093037470520'
Started POST “/__better_errors/590c8ef17b790ce8/variables” for 127.0.0.1 at 2018-03-25 23:27:57 +0200 Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:28:05 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.html.erb (2.0ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 3751ms (Views: 3744.7ms | ActiveRecord: 0.6ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:32:06 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (1.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (3.1ms) Rendered layouts/_navigation.html.erb (2.5ms) Rendered layouts/_messages.html.erb (0.8ms)
Completed 200 OK in 714ms (Views: 696.5ms | ActiveRecord: 1.5ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:33:05 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (2.5ms) Rendered layouts/_navigation.html.erb (4.3ms) Rendered layouts/_messages.html.erb (1.5ms)
Completed 200 OK in 260ms (Views: 248.9ms | ActiveRecord: 0.6ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:33:30 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (0.8ms) Rendered layouts/_navigation.html.erb (2.1ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 169ms (Views: 162.4ms | ActiveRecord: 0.7ms)
Started GET “/static_pages/musomoka.png” for 127.0.0.1 at 2018-03-25 23:33:30 +0200
ActionController::RoutingError (No route matches [GET] “/static_pages/musomoka.png”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' webpacker (3.3.1) lib/webpacker/dev_server_proxy.rb:18:in `perform_request' rack-proxy (0.6.4) lib/rack/proxy.rb:57:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:34:11 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (2.9ms) Rendered layouts/_navigation.html.erb (3.2ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 319ms (Views: 303.1ms | ActiveRecord: 0.7ms)
Started GET “/static_pages/images/musomoka.png” for 127.0.0.1 at 2018-03-25 23:34:11 +0200
ActionController::RoutingError (No route matches [GET] “/static_pages/images/musomoka.png”):
actionpack (5.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.5) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.5) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.5) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.5) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.4) lib/rack/method_override.rb:22:in `call' rack (2.0.4) lib/rack/runtime.rb:22:in `call' activesupport (5.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.5) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.4) lib/rack/sendfile.rb:111:in `call' webpacker (3.3.1) lib/webpacker/dev_server_proxy.rb:18:in `perform_request' rack-proxy (0.6.4) lib/rack/proxy.rb:57:in `call' railties (5.1.5) lib/rails/engine.rb:522:in `call' puma (3.11.3) lib/puma/configuration.rb:225:in `call' puma (3.11.3) lib/puma/server.rb:624:in `handle_request' puma (3.11.3) lib/puma/server.rb:438:in `process_client' puma (3.11.3) lib/puma/server.rb:302:in `block in run' puma (3.11.3) lib/puma/thread_pool.rb:120:in `block in spawn_thread' Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:37:28 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (1.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (6.8ms)
Completed 401 Unauthorized in 47ms (ActiveRecord: 1.2ms)
SyntaxError - syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' …t => “”, {class: img-circle img-responsive img-center}) );@o… … ^ /Users/musochilimboyi/CashFlosum/app/views/static_pages/About.html.erb:8: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' …: img-circle img-responsive img-center}) );@output_buffer.sa… … ^ /Users/musochilimboyi/CashFlosum/app/views/static_pages/About.html.erb:8: syntax error, unexpected '}', expecting ')' …rcle img-responsive img-center}) );@output_buffer.safe_appen… … ^ /Users/musochilimboyi/CashFlosum/app/views/static_pages/About.html.erb:15: syntax error, unexpected keyword_ensure, expecting ')' /Users/musochilimboyi/CashFlosum/app/views/static_pages/About.html.erb:17: syntax error, unexpected keyword_end, expecting ')':
app/views/static_pages/About.html.erb:8:in `'
Started POST “/__better_errors/29a8f085bd495041/variables” for 127.0.0.1 at 2018-03-25 23:37:29 +0200 Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:37:42 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (1.6ms)
Completed 401 Unauthorized in 25ms (ActiveRecord: 0.8ms)
SyntaxError - syntax error, unexpected ')', expecting => …le img-responsive img-center'}) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/static_pages/About.html.erb:15: syntax error, unexpected keyword_ensure, expecting ')' /Users/musochilimboyi/CashFlosum/app/views/static_pages/About.html.erb:17: syntax error, unexpected keyword_end, expecting ')':
app/views/static_pages/About.html.erb:8:in `'
Started POST “/__better_errors/97a86c597c3c666b/variables” for 127.0.0.1 at 2018-03-25 23:37:43 +0200 Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:37:53 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (1.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (0.9ms)
Completed 401 Unauthorized in 22ms (ActiveRecord: 1.1ms)
SyntaxError - syntax error, unexpected => …moka.jpg“, :alt => ”“, {class=> 'img-circle img-responsive i… … ^ /Users/musochilimboyi/CashFlosum/app/views/static_pages/About.html.erb:8: syntax error, unexpected '}', expecting ')' …cle img-responsive img-center'}) );@output_buffer.safe_appen… … ^ /Users/musochilimboyi/CashFlosum/app/views/static_pages/About.html.erb:15: syntax error, unexpected keyword_ensure, expecting ')' /Users/musochilimboyi/CashFlosum/app/views/static_pages/About.html.erb:17: syntax error, unexpected keyword_end, expecting ')':
app/views/static_pages/About.html.erb:8:in `'
Started POST “/__better_errors/5d5a3e9f9f5c79bd/variables” for 127.0.0.1 at 2018-03-25 23:37:54 +0200 Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:38:08 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (1.3ms)
Completed 401 Unauthorized in 18ms (ActiveRecord: 0.4ms)
SyntaxError - syntax error, unexpected => …moka.jpg“, :alt => ”“, {class=> 'img-circle img-responsive i… … ^ /Users/musochilimboyi/CashFlosum/app/views/static_pages/About.html.erb:8: syntax error, unexpected '}', expecting ')' …cle img-responsive img-center'}) );@output_buffer.safe_appen… … ^ /Users/musochilimboyi/CashFlosum/app/views/static_pages/About.html.erb:15: syntax error, unexpected keyword_ensure, expecting ')' /Users/musochilimboyi/CashFlosum/app/views/static_pages/About.html.erb:17: syntax error, unexpected keyword_end, expecting ')':
app/views/static_pages/About.html.erb:8:in `'
Started POST “/__better_errors/52e6461ac4f69e44/variables” for 127.0.0.1 at 2018-03-25 23:38:08 +0200 Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:38:20 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (1.0ms)
Completed 401 Unauthorized in 16ms (ActiveRecord: 0.4ms)
SyntaxError - syntax error, unexpected => …moka.jpg“, :alt => ”“, class => 'img-circle img-responsive i… … ^ /Users/musochilimboyi/CashFlosum/app/views/static_pages/About.html.erb:8: syntax error, unexpected tSTRING_DEND, expecting ')' …cle img-responsive img-center'} );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/static_pages/About.html.erb:15: syntax error, unexpected keyword_ensure, expecting ')' /Users/musochilimboyi/CashFlosum/app/views/static_pages/About.html.erb:17: syntax error, unexpected keyword_end, expecting ')':
app/views/static_pages/About.html.erb:8:in `'
Started POST “/__better_errors/9ac4425913284052/variables” for 127.0.0.1 at 2018-03-25 23:38:21 +0200 Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:38:43 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (0.9ms)
Completed 401 Unauthorized in 18ms (ActiveRecord: 0.4ms)
SyntaxError - syntax error, unexpected ')', expecting => …le img-responsive img-center'}) );@output_buffer.safe_append… … ^ /Users/musochilimboyi/CashFlosum/app/views/static_pages/About.html.erb:15: syntax error, unexpected keyword_ensure, expecting ')' /Users/musochilimboyi/CashFlosum/app/views/static_pages/About.html.erb:17: syntax error, unexpected keyword_end, expecting ')':
app/views/static_pages/About.html.erb:8:in `'
Started POST “/__better_errors/f230f079c300787e/variables” for 127.0.0.1 at 2018-03-25 23:38:43 +0200 Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:39:37 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (1.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (141.2ms)
Completed 401 Unauthorized in 182ms (ActiveRecord: 1.4ms)
Sprockets::Rails::Helper::AssetNotFound - The asset “musomoka.jpg” is not present in the asset pipeline.:
app/views/static_pages/About.html.erb:8:in `_app_views_static_pages__bout_html_erb__2656267627503454214_70093030336700'
Started POST “/__better_errors/2f2ebaf1b10dba4e/variables” for 127.0.0.1 at 2018-03-25 23:39:38 +0200 Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:39:51 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (755.1ms) Rendered layouts/_navigation.html.erb (2.4ms) Rendered layouts/_messages.html.erb (1.4ms)
Completed 200 OK in 866ms (Views: 860.2ms | ActiveRecord: 0.4ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:41:26 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (10.8ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (1.1ms)
Completed 200 OK in 273ms (Views: 268.3ms | ActiveRecord: 0.5ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:42:09 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (1.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (10.2ms) Rendered layouts/_navigation.html.erb (2.7ms) Rendered layouts/_messages.html.erb (1.2ms)
Completed 200 OK in 212ms (Views: 192.6ms | ActiveRecord: 1.3ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:43:07 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (1.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (9.9ms) Rendered layouts/_navigation.html.erb (5.3ms) Rendered layouts/_messages.html.erb (1.0ms)
Completed 200 OK in 242ms (Views: 228.8ms | ActiveRecord: 1.0ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:43:21 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (5.1ms) Rendered layouts/_navigation.html.erb (2.4ms) Rendered layouts/_messages.html.erb (1.8ms)
Completed 200 OK in 205ms (Views: 197.5ms | ActiveRecord: 0.4ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:43:24 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (3.6ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (1.3ms)
Completed 200 OK in 150ms (Views: 144.8ms | ActiveRecord: 0.4ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:43:36 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (2.0ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (0.9ms)
Completed 200 OK in 105ms (Views: 100.7ms | ActiveRecord: 0.4ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:46:07 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (1.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (26.2ms) Rendered layouts/_navigation.html.erb (5.3ms) Rendered layouts/_messages.html.erb (6.2ms)
Completed 200 OK in 332ms (Views: 289.8ms | ActiveRecord: 1.7ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-25 23:46:48 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (5.0ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (1.2ms) Rendered layouts/_footer.html.erb (0.9ms)
Completed 200 OK in 175ms (Views: 167.2ms | ActiveRecord: 0.6ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-26 00:09:48 +0200
[1m[35m (3.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
Processing by StaticPagesController#About as HTML
[1m[36mUser Load (1.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (7764.3ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (0.6ms) Rendered layouts/_footer.html.erb (0.4ms)
Completed 200 OK in 8467ms (Views: 8346.8ms | ActiveRecord: 24.4ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-26 00:10:44 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (1.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (16.7ms) Rendered layouts/_navigation.html.erb (6.6ms) Rendered layouts/_messages.html.erb (1.8ms) Rendered layouts/_footer.html.erb (0.5ms)
Completed 200 OK in 284ms (Views: 236.8ms | ActiveRecord: 1.6ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-26 00:11:00 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (6.8ms) Rendered layouts/_navigation.html.erb (2.1ms) Rendered layouts/_messages.html.erb (2.2ms) Rendered layouts/_footer.html.erb (0.6ms)
Completed 200 OK in 210ms (Views: 202.5ms | ActiveRecord: 0.8ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-26 00:13:24 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (33.3ms) Rendered layouts/_navigation.html.erb (6.6ms) Rendered layouts/_messages.html.erb (2.4ms) Rendered layouts/_footer.html.erb (0.6ms)
Completed 200 OK in 487ms (Views: 446.5ms | ActiveRecord: 2.7ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-26 00:14:46 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (14.6ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (1.1ms) Rendered layouts/_footer.html.erb (0.7ms)
Completed 200 OK in 336ms (Views: 327.6ms | ActiveRecord: 0.6ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-26 00:15:12 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (7.2ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (0.8ms) Rendered layouts/_footer.html.erb (0.5ms)
Completed 200 OK in 198ms (Views: 190.7ms | ActiveRecord: 0.6ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-26 00:17:50 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (1.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (157.5ms) Rendered layouts/_navigation.html.erb (3.8ms) Rendered layouts/_messages.html.erb (1.2ms) Rendered layouts/_footer.html.erb (0.6ms)
Completed 200 OK in 489ms (Views: 455.5ms | ActiveRecord: 1.5ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-26 00:18:22 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (10.4ms) Rendered layouts/_navigation.html.erb (2.3ms) Rendered layouts/_messages.html.erb (0.8ms) Rendered layouts/_footer.html.erb (0.4ms)
Completed 200 OK in 266ms (Views: 257.7ms | ActiveRecord: 0.6ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-26 00:19:04 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (1.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (32.8ms) Rendered layouts/_navigation.html.erb (4.3ms) Rendered layouts/_messages.html.erb (1.4ms) Rendered layouts/_footer.html.erb (1.0ms)
Completed 200 OK in 483ms (Views: 445.3ms | ActiveRecord: 1.8ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-26 00:19:33 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (4.6ms) Rendered layouts/_navigation.html.erb (1.9ms) Rendered layouts/_messages.html.erb (1.0ms) Rendered layouts/_footer.html.erb (0.8ms)
Completed 200 OK in 227ms (Views: 218.7ms | ActiveRecord: 0.5ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-26 00:20:13 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (5.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (29.8ms) Rendered layouts/_navigation.html.erb (4.7ms) Rendered layouts/_messages.html.erb (1.8ms) Rendered layouts/_footer.html.erb (0.8ms)
Completed 200 OK in 456ms (Views: 403.8ms | ActiveRecord: 5.5ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-26 00:20:33 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (5.9ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.html.erb (0.8ms) Rendered layouts/_footer.html.erb (0.5ms)
Completed 200 OK in 211ms (Views: 202.8ms | ActiveRecord: 0.5ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-26 00:20:57 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (5.3ms) Rendered layouts/_navigation.html.erb (2.3ms) Rendered layouts/_messages.html.erb (1.0ms) Rendered layouts/_footer.html.erb (0.7ms)
Completed 200 OK in 195ms (Views: 188.7ms | ActiveRecord: 0.4ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-26 00:21:41 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (6.0ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (0.9ms) Rendered layouts/_footer.html.erb (0.5ms)
Completed 200 OK in 218ms (Views: 212.3ms | ActiveRecord: 0.7ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-26 00:21:47 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (1.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (6.0ms) Rendered layouts/_navigation.html.erb (1.4ms) Rendered layouts/_messages.html.erb (0.8ms) Rendered layouts/_footer.html.erb (0.6ms)
Completed 200 OK in 201ms (Views: 193.7ms | ActiveRecord: 1.0ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-26 00:22:24 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (8.1ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (1.0ms) Rendered layouts/_footer.html.erb (2.9ms)
Completed 200 OK in 248ms (Views: 241.8ms | ActiveRecord: 0.7ms)
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-26 00:23:25 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application [1m[35m (35.7ms)[0m [1m[34mSELECT COUNT(*) AS count_all, "date" AS date FROM "expenses" WHERE "expenses"."user_id" = $1 GROUP BY "date"[0m [["user_id", 1]] Rendered expenses/dashboard.html.erb within layouts/application (108.5ms)
Completed 401 Unauthorized in 248ms (ActiveRecord: 40.4ms)
ActiveRecord::StatementInvalid - PG::UndefinedColumn: ERROR: column “date” does not exist LINE 1: SELECT COUNT(*) AS count_all, “date” AS date FROM “expenses”…
^
HINT: Perhaps you meant to reference the column “expenses.Date”. : SELECT COUNT(*) AS count_all, “date” AS date FROM “expenses” WHERE “expenses”.“user_id” = $1 GROUP BY “date”:
app/views/expenses/dashboard.html.erb:4:in `_app_views_expenses_dashboard_html_erb__746972677425590204_70222693105240'
Started POST “/__better_errors/8834832f3770a3c1/variables” for 127.0.0.1 at 2018-03-26 00:23:25 +0200
[1m[36mExpense Load (6.8ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-26 00:24:18 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application Rendered expenses/dashboard.html.erb within layouts/application (3.4ms)
Completed 401 Unauthorized in 27ms (ActiveRecord: 0.5ms)
ArgumentError - wrong number of arguments (given 1, expected 0):
app/views/expenses/dashboard.html.erb:4:in `group_by' app/views/expenses/dashboard.html.erb:4:in `_app_views_expenses_dashboard_html_erb__746972677425590204_70222649435680'
Started POST “/__better_errors/28dcdf9d05730be2/variables” for 127.0.0.1 at 2018-03-26 00:24:18 +0200
[1m[36mExpense Load (1.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-26 00:24:29 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application Rendered expenses/dashboard.html.erb within layouts/application (1.1ms)
Completed 401 Unauthorized in 19ms (ActiveRecord: 0.5ms)
SyntaxError - syntax error, unexpected '(', expecting ')' …ppend=( column_chart @expenses(:date).count );@output_buffer… … ^ /Users/musochilimboyi/CashFlosum/app/views/expenses/dashboard.html.erb:4: syntax error, unexpected ')', expecting keyword_end …_chart @expenses(:date).count );@output_buffer.safe_append='… … ^:
app/views/expenses/dashboard.html.erb:4:in `'
Started POST “/__better_errors/6223e9ea8491cd28/variables” for 127.0.0.1 at 2018-03-26 00:24:30 +0200
[1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-26 00:25:29 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (1.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application [1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] Rendered expenses/dashboard.html.erb within layouts/application (50.5ms)
Completed 401 Unauthorized in 103ms (ActiveRecord: 2.1ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]]
NoMethodError - undefined method `group_by_day' for #<Expense::ActiveRecord_Associations_CollectionProxy:0x007fbbf8e27e10> Did you mean? group_by:
app/views/expenses/dashboard.html.erb:4:in `_app_views_expenses_dashboard_html_erb__746972677425590204_70222655612960'
Started POST “/__better_errors/6e106b938f420779/variables” for 127.0.0.1 at 2018-03-26 00:25:30 +0200
[1m[36mExpense Load (0.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-26 00:25:51 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application [1m[36mExpense Load (0.7ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] Rendered expenses/dashboard.html.erb within layouts/application (26.5ms)
Completed 401 Unauthorized in 46ms (ActiveRecord: 1.1ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]]
NoMethodError - undefined method `group_by_month' for #<Expense::ActiveRecord_Associations_CollectionProxy:0x007fbbfd4e2800> Did you mean? group_by:
app/views/expenses/dashboard.html.erb:4:in `_app_views_expenses_dashboard_html_erb__746972677425590204_70222721136940'
Started POST “/__better_errors/103b799db404fe70/variables” for 127.0.0.1 at 2018-03-26 00:25:51 +0200
[1m[36mExpense Load (1.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-26 00:26:00 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application [1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] Rendered expenses/dashboard.html.erb within layouts/application (15.1ms)
Completed 401 Unauthorized in 33ms (ActiveRecord: 1.0ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]]
NoMethodError - undefined method `group_by_date' for #<Expense::ActiveRecord_Associations_CollectionProxy:0x007fbc007aea68> Did you mean? group_by:
app/views/expenses/dashboard.html.erb:4:in `_app_views_expenses_dashboard_html_erb__746972677425590204_70222719314680'
Started POST “/__better_errors/f43fc900bab8dc39/variables” for 127.0.0.1 at 2018-03-26 00:26:01 +0200
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-26 00:26:08 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application Rendered expenses/dashboard.html.erb within layouts/application (3.4ms)
Completed 401 Unauthorized in 21ms (ActiveRecord: 0.5ms)
ArgumentError - wrong number of arguments (given 1, expected 0):
app/views/expenses/dashboard.html.erb:4:in `group_by' app/views/expenses/dashboard.html.erb:4:in `_app_views_expenses_dashboard_html_erb__746972677425590204_70222690239220'
Started POST “/__better_errors/43eeee7d2a385625/variables” for 127.0.0.1 at 2018-03-26 00:26:08 +0200
[1m[36mExpense Load (4.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-26 00:26:35 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application [1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] Rendered expenses/dashboard.html.erb within layouts/application (8.5ms)
Completed 401 Unauthorized in 28ms (ActiveRecord: 0.9ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]]
NoMethodError - undefined method `expense' for #<Enumerator:0x007fbbffb59100>:
app/views/expenses/dashboard.html.erb:4:in `_app_views_expenses_dashboard_html_erb__746972677425590204_70222712790600'
Started POST “/__better_errors/d674956b623cda84/variables” for 127.0.0.1 at 2018-03-26 00:26:35 +0200
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-26 00:26:43 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application [1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] Rendered expenses/dashboard.html.erb within layouts/application (6.1ms)
Completed 401 Unauthorized in 21ms (ActiveRecord: 1.0ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]]
NoMethodError - undefined method `expenses' for #<Enumerator:0x007fbbf7a469a0>:
app/views/expenses/dashboard.html.erb:4:in `_app_views_expenses_dashboard_html_erb__746972677425590204_70222670716340'
Started POST “/__better_errors/50bd17992e37f753/variables” for 127.0.0.1 at 2018-03-26 00:26:44 +0200
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-26 00:26:52 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application Rendered expenses/dashboard.html.erb within layouts/application (1.2ms)
Completed 401 Unauthorized in 22ms (ActiveRecord: 0.5ms)
SyntaxError - syntax error, unexpected tIVAR, expecting '(' …rt @expenses.group_by.@expenses.date.coun);@output_buffer.sa… … ^:
app/views/expenses/dashboard.html.erb:4:in `'
Started POST “/__better_errors/f3568c8083e07331/variables” for 127.0.0.1 at 2018-03-26 00:26:52 +0200
[1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-26 00:26:59 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (1.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application Rendered expenses/dashboard.html.erb within layouts/application (0.9ms)
Completed 401 Unauthorized in 17ms (ActiveRecord: 1.1ms)
SyntaxError - syntax error, unexpected tIVAR, expecting '(' …chart @expenses.group.@expenses.date.coun);@output_buffer.sa… … ^:
app/views/expenses/dashboard.html.erb:4:in `'
Started POST “/__better_errors/2b9c85f03523212e/variables” for 127.0.0.1 at 2018-03-26 00:27:00 +0200
[1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-26 00:29:34 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.1ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.3ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] Rendered expenses/dashboard.html.erb within layouts/application (396.4ms)
Completed 401 Unauthorized in 415ms (ActiveRecord: 1.6ms)
[1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]]
NoMethodError - undefined method `zh_lorem_words' for #<#<Class:0x007fbbfd5af328>:0x007fbbfff5c928>:
app/views/expenses/dashboard.html.erb:7:in `_app_views_expenses_dashboard_html_erb__746972677425590204_70222714956200'
Started POST “/__better_errors/16a1b3a378fff377/variables” for 127.0.0.1 at 2018-03-26 00:29:35 +0200
[1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]] [1m[36mCACHE Expense Load (0.0ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 11]]
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-26 00:29:45 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application Rendered expenses/dashboard.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.html.erb (1.9ms) Rendered layouts/_messages.html.erb (0.8ms) Rendered layouts/_footer.html.erb (0.5ms)
Completed 200 OK in 212ms (Views: 205.0ms | ActiveRecord: 0.7ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-26 00:29:48 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (17.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (8.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (3.6ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (50.3ms) Rendered layouts/_navigation.html.erb (1.5ms) Rendered layouts/_messages.html.erb (0.5ms) Rendered layouts/_footer.html.erb (0.4ms)
Completed 200 OK in 178ms (Views: 130.6ms | ActiveRecord: 38.6ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-26 00:31:26 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (1.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (3.8ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (531.8ms) Rendered expenses/new.html.erb within layouts/application (538.2ms) Rendered layouts/_navigation.html.erb (2.1ms) Rendered layouts/_messages.html.erb (0.9ms) Rendered layouts/_footer.html.erb (0.6ms)
Completed 200 OK in 777ms (Views: 740.0ms | ActiveRecord: 14.4ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-26 00:31:45 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"nWTG8/Vr3oAaLembqOlW0JYvkWIoeBU4DXvw6MXTDaeO7nEoYUnSJ/kaQiVo1RYbVmRFlUCRXPGuAB867JCIVw==", "expense"=>{"Date"=>"05/03/2018", "AccountName"=>"healthcare", "Description"=>"Flu medicine", "amount"=>"400"}, "commit"=>"Submit"}
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (24.7ms)[0m [1m[32mINSERT INTO "expenses" ("Date", "AccountName", "Description", "created_at", "updated_at", "user_id", "amount") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["Date", "2018-03-05"], ["AccountName", "healthcare"], ["Description", "Flu medicine"], ["created_at", "2018-03-25 22:31:45.182091"], ["updated_at", "2018-03-25 22:31:45.182091"], ["user_id", 1], ["amount", 400]]
[1m[35m (3.3ms)[0m [1m[35mCOMMIT[0m
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
[1m[35m (0.2ms)[0m [1m[35mCOMMIT[0m
Redirected to localhost:3000/expenses Completed 302 Found in 46ms (ActiveRecord: 29.4ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-26 00:31:45 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (5.9ms) Rendered layouts/_navigation.html.erb (2.1ms) Rendered layouts/_messages.html.erb (1.2ms) Rendered layouts/_footer.html.erb (0.4ms)
Completed 200 OK in 181ms (Views: 175.6ms | ActiveRecord: 1.4ms)
Started GET “/expenses/new” for 127.0.0.1 at 2018-03-26 00:31:48 +0200 Processing by ExpensesController#new as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/new.html.erb within layouts/application [1m[36mCategory Load (0.4ms)[0m [1m[34mSELECT "categories".* FROM "categories"[0m Rendered expenses/_form.html.erb (4.9ms) Rendered expenses/new.html.erb within layouts/application (9.6ms) Rendered layouts/_navigation.html.erb (2.5ms) Rendered layouts/_messages.html.erb (1.4ms) Rendered layouts/_footer.html.erb (0.7ms)
Completed 200 OK in 151ms (Views: 136.1ms | ActiveRecord: 0.8ms)
Started POST “/expenses” for 127.0.0.1 at 2018-03-26 00:32:06 +0200 Processing by ExpensesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"AzBcHX1hj4wPkNtdRoNj71v6CfmUVHZiDxqMhvULvJYQuuvG6UODK+yncOOGvyMkm7HdDvy9P6usYWNU3Eg5Zg==", "expense"=>{"Date"=>"06/03/2018", "AccountName"=>"transportation", "Description"=>"Taxi to town", "amount"=>" 60"}, "commit"=>"Submit"}
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]]
[1m[35m (0.4ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "expenses" ("Date", "AccountName", "Description", "created_at", "updated_at", "user_id", "amount") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["Date", "2018-03-06"], ["AccountName", "transportation"], ["Description", "Taxi to town"], ["created_at", "2018-03-25 22:32:06.965894"], ["updated_at", "2018-03-25 22:32:06.965894"], ["user_id", 1], ["amount", 60]]
[1m[35m (5.8ms)[0m [1m[35mCOMMIT[0m
[1m[35m (0.4ms)[0m [1m[35mBEGIN[0m
[1m[35m (0.3ms)[0m [1m[35mCOMMIT[0m
Redirected to localhost:3000/expenses Completed 302 Found in 24ms (ActiveRecord: 7.8ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-26 00:32:06 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (1.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (4.9ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (0.6ms) Rendered layouts/_footer.html.erb (0.4ms)
Completed 200 OK in 144ms (Views: 135.6ms | ActiveRecord: 2.4ms)
Started GET “/” for 127.0.0.1 at 2018-03-26 00:42:21 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (1.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (7.5ms) Rendered layouts/_navigation.html.erb (1.9ms) Rendered layouts/_messages.html.erb (0.8ms) Rendered layouts/_footer.html.erb (0.9ms)
Completed 200 OK in 4032ms (Views: 3987.3ms | ActiveRecord: 1.9ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-26 00:42:32 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (4.6ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.6ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (5.0ms) Rendered layouts/_navigation.html.erb (2.7ms) Rendered layouts/_messages.html.erb (0.7ms) Rendered layouts/_footer.html.erb (0.7ms)
Completed 200 OK in 178ms (Views: 144.0ms | ActiveRecord: 5.6ms)
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-26 00:42:39 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (2.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application Rendered expenses/dashboard.html.erb within layouts/application (0.4ms) Rendered layouts/_navigation.html.erb (2.7ms) Rendered layouts/_messages.html.erb (0.9ms) Rendered layouts/_footer.html.erb (0.5ms)
Completed 200 OK in 134ms (Views: 119.2ms | ActiveRecord: 2.7ms)
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-26 00:43:00 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application Rendered expenses/dashboard.html.erb within layouts/application (0.8ms) Rendered layouts/_navigation.html.erb (1.1ms) Rendered layouts/_messages.html.erb (0.8ms) Rendered layouts/_footer.html.erb (0.5ms)
Completed 200 OK in 3681ms (Views: 3673.4ms | ActiveRecord: 0.5ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-26 00:43:08 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (3.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.7ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (4.6ms) Rendered layouts/_navigation.html.erb (2.1ms) Rendered layouts/_messages.html.erb (2.3ms) Rendered layouts/_footer.html.erb (0.5ms)
Completed 200 OK in 189ms (Views: 178.0ms | ActiveRecord: 5.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-26 00:43:08 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (1.2ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (1.2ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (9.1ms) Rendered layouts/_navigation.html.erb (2.3ms) Rendered layouts/_messages.html.erb (0.6ms) Rendered layouts/_footer.html.erb (0.4ms)
Completed 200 OK in 159ms (Views: 144.6ms | ActiveRecord: 3.2ms)
Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-26 00:43:09 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (2.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.6ms) Rendered layouts/_navigation.html.erb (3.9ms) Rendered layouts/_messages.html.erb (1.4ms) Rendered layouts/_footer.html.erb (0.9ms)
Completed 200 OK in 197ms (Views: 170.5ms | ActiveRecord: 2.1ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-26 00:43:13 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (28.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.5ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (0.5ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (6.4ms) Rendered layouts/_navigation.html.erb (1.3ms) Rendered layouts/_messages.html.erb (0.6ms) Rendered layouts/_footer.html.erb (0.3ms)
Completed 200 OK in 189ms (Views: 145.8ms | ActiveRecord: 29.5ms)
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-26 00:43:14 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (4.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application Rendered expenses/dashboard.html.erb within layouts/application (0.9ms) Rendered layouts/_navigation.html.erb (2.4ms) Rendered layouts/_messages.html.erb (1.1ms) Rendered layouts/_footer.html.erb (0.5ms)
Completed 200 OK in 263ms (Views: 231.2ms | ActiveRecord: 4.3ms)
Started GET “/static_pages/About” for 127.0.0.1 at 2018-03-26 00:43:16 +0200 Processing by StaticPagesController#About as HTML
[1m[36mUser Load (0.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/About.html.erb within layouts/application Rendered static_pages/About.html.erb within layouts/application (3.4ms) Rendered layouts/_navigation.html.erb (1.2ms) Rendered layouts/_messages.html.erb (0.7ms) Rendered layouts/_footer.html.erb (0.3ms)
Completed 200 OK in 131ms (Views: 112.9ms | ActiveRecord: 0.9ms)
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-26 00:43:17 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (6.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application Rendered expenses/dashboard.html.erb within layouts/application (0.5ms) Rendered layouts/_navigation.html.erb (1.8ms) Rendered layouts/_messages.html.erb (0.7ms) Rendered layouts/_footer.html.erb (0.3ms)
Completed 200 OK in 176ms (Views: 147.7ms | ActiveRecord: 6.4ms)
Started GET “/Dashboard” for 127.0.0.1 at 2018-03-26 00:44:22 +0200 Processing by ExpensesController#dashboard as HTML
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/dashboard.html.erb within layouts/application Rendered expenses/dashboard.html.erb within layouts/application (2.0ms) Rendered layouts/_navigation.html.erb (1.6ms) Rendered layouts/_messages.html.erb (1.2ms) Rendered layouts/_footer.html.erb (0.7ms)
Completed 200 OK in 237ms (Views: 226.5ms | ActiveRecord: 0.5ms)
Started GET “/static_pages/Welcome” for 127.0.0.1 at 2018-03-26 00:44:26 +0200 Processing by StaticPagesController#Welcome as HTML
[1m[36mUser Load (3.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering static_pages/Welcome.html.erb within layouts/application Rendered static_pages/Welcome.html.erb within layouts/application (0.9ms) Rendered layouts/_navigation.html.erb (2.2ms) Rendered layouts/_messages.html.erb (0.8ms) Rendered layouts/_footer.html.erb (0.4ms)
Completed 200 OK in 145ms (Views: 132.2ms | ActiveRecord: 3.2ms)
Started GET “/expenses” for 127.0.0.1 at 2018-03-26 00:44:27 +0200 Processing by ExpensesController#index as HTML
[1m[36mUser Load (0.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2[0m [["id", 1], ["LIMIT", 1]] Rendering expenses/index.html.erb within layouts/application [1m[36mExpense Exists (0.7ms)[0m [1m[34mSELECT 1 AS one FROM "expenses" WHERE "expenses"."user_id" = $1 LIMIT $2[0m [["user_id", 1], ["LIMIT", 1]] [1m[36mExpense Load (0.4ms)[0m [1m[34mSELECT "expenses".* FROM "expenses" WHERE "expenses"."user_id" = $1[0m [["user_id", 1]] Rendered expenses/index.html.erb within layouts/application (6.2ms) Rendered layouts/_navigation.html.erb (1.7ms) Rendered layouts/_messages.html.erb (0.7ms) Rendered layouts/_footer.html.erb (0.5ms)
Completed 200 OK in 127ms (Views: 114.2ms | ActiveRecord: 2.0ms)